Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Nov 21, 2022
1 parent c29014f commit cc2e32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ git pull http://weblate.join-lemmy.org/git/lemmy/lemmybb/ main
cd ..
git add lemmybb-translations

git add Cargo.toml
git submodule update --recursive --remote -- lemmy-translations
git add lemmy-translations

git add Cargo.toml Cargo.lock
git commit -m "Update to $new_tag"
git tag "$new_tag"
git push origin main --tags

0 comments on commit cc2e32c

Please sign in to comment.