We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e8f08 commit 2ce2ae3Copy full SHA for 2ce2ae3
1 file changed
docs/release.md
@@ -13,6 +13,8 @@
13
# The name of the configuration file to use, default is release-drafter.yml
14
# from the release-drafter/release-drafter GitHub Action
15
release-config-name: release-drafter.yml
16
+ # Boolean flag whether to update major tag to latest full semver tag, default is true
17
+ update-major-tag: true
18
secrets:
19
# The GitHub token to use
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments