Skip to content

Commit a5e55d6

Browse files
committed
change recipe name bump-version-and-create-git-tag to automate-release-workflow
1. This recipe is about how to automate release workflow. It's not really about create git tag etc. 2. bump-version-and-create-git-tag is too long.
1 parent f9d1baf commit a5e55d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/bump-version-and-create-git-tag.md docs/recipes/automate-release-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bump version number and create new Git tag
1+
# Automate release workflow
22

33
If your project follows a semantic versioning, it may be a good idea to automatize the steps needed to do a release.
44
Below you have a simple recipe that bumps the project version, commits the changes to git and creates a new tag.

0 commit comments

Comments
 (0)