Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 11, 2024
1 parent da7a17c commit a929512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ clean: ## Clean unused files.
release: ## Create a new tag for release.
@echo "WARNING: This operation will create s version tag and push to github"
@read -p "Version? (provide the next x.y.z semver) : " TAG; \
git checkout -b $${TAG}; \
echo "$${TAG}" > tosfs/VERSION; \
git log --pretty=format:"%h - %s (%an, %ad)" --date=short > HISTORY.md; \
git add tosfs/VERSION HISTORY.md; \
Expand Down

0 comments on commit a929512

Please sign in to comment.