mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Add version to package.json . Fixes #411
This commit is contained in:
parent
cb1df009c1
commit
0093debc0e
1 changed files with 4 additions and 0 deletions
|
@ -7,5 +7,9 @@ new_tag="$1"
|
||||||
# sudo docker build . --tag dessalines/lemmy-ui:$new_tag
|
# sudo docker build . --tag dessalines/lemmy-ui:$new_tag
|
||||||
# sudo docker push dessalines/lemmy-ui:$new_tag
|
# sudo docker push dessalines/lemmy-ui:$new_tag
|
||||||
|
|
||||||
|
# Upgrade version
|
||||||
|
yarn version --new-version $new_tag
|
||||||
|
git push
|
||||||
|
|
||||||
git tag $new_tag
|
git tag $new_tag
|
||||||
git push origin $new_tag
|
git push origin $new_tag
|
||||||
|
|
Loading…
Reference in a new issue