Skip to content

Commit

Permalink
Update sitesnum process
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Feb 5, 2024
1 parent 1d2356f commit af03f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/package_extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,11 @@ if [ ! -z $RELEASE ]; then
echo "Release checklist:"
echo
echo ' * Ensure translation strings are updated'
echo ' * node tools/update_sitesnum.js'
echo ' * node tools/update_strings.js'
echo ' * node tools/gen_po.js'
echo ' * node tools/update_from_po.js'
echo ' * node tools/update_sitesnum.js'
echo ' * node tools/update_from_po.js'
echo ' * Ensure CHANGELOG.txt is updated'
echo ' * Sites added: ./tools/get_old_userscript.sh && node site/about.js olduserscript'
echo ' * Update xx00+ count (oujs, reddit post, firefox, website)'
Expand Down

0 comments on commit af03f5b

Please sign in to comment.