Skip to content

Commit

Permalink
chore(make): add pre release
Browse files Browse the repository at this point in the history
add pre release

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Feb 23, 2021
1 parent 5e5fb5d commit d09a84e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ release: clean all
cp deploy/* dist
ghr -u finb -t ${GITHUB_TOKEN} -replace -recreate -name "Bump ${BUILD_VERSION}" --debug ${BUILD_VERSION} dist

pre-release: clean all
cp deploy/* dist
ghr -u finb -t ${GITHUB_TOKEN} -replace -recreate -prerelease -name "Bump ${BUILD_VERSION}" --debug ${BUILD_VERSION} dist

clean:
rm -rf dist

Expand Down

0 comments on commit d09a84e

Please sign in to comment.