You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Commitizen github action to bump and create changelog
4
4
5
5
## Usage
6
6
7
-
1. In your local repo remember to create a `.cz.toml` file (run `cz init` to create it)
7
+
1. In your repository create a `.cz.toml` file (you can run `cz init` to create it)
8
8
2. Create a `.github/workflows/bumpversion.yaml` with the Sample Workflow
9
9
10
10
## Sample Workflow
@@ -43,6 +43,11 @@ jobs:
43
43
44
44
<!-- | `changelog` | Create changelog when bumping the version | true | -->
45
45
46
+
If you use `secrets.GITHUB_TOKEN` other actions won't be triggered.
47
+
To solve that you will need a personal access token.
48
+
Follow the instructions of [github tutorial](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token#creating-a-token) in order
49
+
to create one
50
+
46
51
## Contributing
47
52
48
53
Whenever we want to release a new version, we have to mark it as breaking change.
0 commit comments