Skip to content

Commit 6912f6e

Browse files
committed
OPS-8 Added make create_release_candidate
1 parent dbc6428 commit 6912f6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ deploy_to_staging:
77
@git status --untracked-files=no | grep --silent "Your branch is up to date" || (echo "ERROR: your branch is NOT up to date with remote" && exit 1)
88
git tag staging-${TIMESTAMP}
99
git push origin staging-${TIMESTAMP} $(args)
10+
11+
make update_tags:
12+
git fetch --tags --force
13+
14+
create_release_candidate:
15+
gh workflow run create-release.yml --ref main

0 commit comments

Comments
 (0)