Skip to content

Commit

Permalink
push first then push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1seL committed Mar 22, 2023
1 parent 80fca45 commit 0e97a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ NGINX_VERSION: 1.19.7
## Push new version
```sh
tag=`jq -r .version package.json`; git add .; git commit -m $tag; git tag $tag -f; git push -f origin $tag; git push
tag=`jq -r .version package.json`; git add .; git commit -m $tag; git push; git tag $tag -f; git push -f origin $tag
```

0 comments on commit 0e97a82

Please sign in to comment.