mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: push branch
This commit is contained in:
parent
fbc5a8f777
commit
cd3efa879a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -12,7 +12,8 @@ test:
|
|||
yarn test
|
||||
|
||||
upload-for-analytics:
|
||||
# make sure sentry can retrieve current commit on remote
|
||||
# make sure sentry can retrieve current commit on remote, push both branch and tag
|
||||
git push
|
||||
git push --tags
|
||||
yarn sentry-cli releases new "$(FULL_VERSION)"
|
||||
yarn sentry-cli releases set-commits "$(FULL_VERSION)" --auto
|
||||
|
|
|
|||
Loading…
Reference in a new issue