Skip to content

Commit 28d0657

Browse files
committed
build: 🔧 match release workflow to other templates
1 parent 265bcaa commit 28d0657

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.15.7"
2+
version = "0.15.9"
33
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
44
version_schema = "semver"
55
version_provider = "commitizen"

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111
jobs:
1212
release:
1313
# This job outputs env variables `previous_version` and `current_version`.
14-
# Only give permissions for this job.
14+
# The workflow needs write permissions for `GITHUB_TOKEN` to create a release.
1515
permissions:
1616
contents: write
1717
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main

0 commit comments

Comments
 (0)