Skip to content

Commit ba52dba

Browse files
authored
build: 🔧 match release workflow to other templates (#137)
# Description This PR matches release workflow to other templates. - updates a comment - bumps commitizen version Closes #118 This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
1 parent 818f054 commit ba52dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)