-
I'm kind of amazing about the way you have been using the semantic release config here, it will be great more details about it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@JuanVqz In simple words, we are just automating the release process using semantic versioning and conventional commit messages and the respective bots. The following links might help: Our semantic release config in package.json Line 49 in 96b0ed2 Our commitlint config: https://github.com/rajasegar/alacritty-themes/blob/master/commitlint.config.js |
Beta Was this translation helpful? Give feedback.
-
I had updated several dependencies and didn't notice the semantic-release may be not working. @rajasegar could you please check it when have a chance? no rush. |
Beta Was this translation helpful? Give feedback.
@JuanVqz In simple words, we are just automating the release process using semantic versioning and conventional commit messages and the respective bots.
The following links might help:
https://github.com/semantic-release/semantic-release
https://semver.org/
https://github.com/conventional-changelog/commitlint
Our semantic release config in package.json
alacritty-themes/package.json
Line 49 in 96b0ed2
Our commitlint config:
https://github.com/rajasegar/alacritty-themes/blob/master/commitlint.config.js