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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,15 @@ npm test
266
266
267
267
This project uses [semantic-release](https://semantic-release.gitbook.io/) for automated versioning and publishing. Releases are automatically created when commits are pushed to the `main` branch using [conventional commit messages](https://www.conventionalcommits.org/).
268
268
269
-
Commit message format:
269
+
#### Required Secrets
270
+
271
+
For the automated release workflow to function, the following secrets must be configured in the GitHub repository:
272
+
273
+
-`GITHUB_TOKEN` - Automatically provided by GitHub Actions for creating releases and updating the repository
274
+
-`NPM_TOKEN` - Required for publishing packages to npm. Generate this token from your npm account with publish permissions
275
+
276
+
#### Commit Message Format
277
+
270
278
-`feat:` - new features (triggers minor version bump)
271
279
-`fix:` - bug fixes (triggers patch version bump)
272
280
-`feat!:` or `fix!:` - breaking changes (triggers major version bump)
0 commit comments