We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265bcaa commit 28d0657Copy full SHA for 28d0657
2 files changed
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.15.7"
+version = "0.15.9"
3
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
4
version_schema = "semver"
5
version_provider = "commitizen"
.github/workflows/release-project.yml
@@ -11,7 +11,7 @@ permissions: read-all
11
jobs:
12
release:
13
# This job outputs env variables `previous_version` and `current_version`.
14
- # Only give permissions for this job.
+ # The workflow needs write permissions for `GITHUB_TOKEN` to create a release.
15
permissions:
16
contents: write
17
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main
0 commit comments