We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d1baf commit a5e55d6Copy full SHA for a5e55d6
docs/recipes/bump-version-and-create-git-tag.md docs/recipes/automate-release-workflow.md
@@ -1,4 +1,4 @@
1
-# Bump version number and create new Git tag
+# Automate release workflow
2
3
If your project follows a semantic versioning, it may be a good idea to automatize the steps needed to do a release.
4
Below you have a simple recipe that bumps the project version, commits the changes to git and creates a new tag.
0 commit comments