Naveed Ausafnausaf.hashnode.dev·Nov 25, 2024Set up Semantic-Release and Commitlint to Automate Releases on GitHub (with Next.js and NPM deployment examples)Introduction What is semantic-release? semantic-release is a Node.js package that automatically increments version number of the repo in which it is installed. It does this by analyzing Git commit messages to pick out any changes that may warrant a n...Next.js
Kwintenkwinyyyc.hashnode.dev·Apr 23, 2021Generate release notes with customized issue prefixes and url format when using Semantic releaseWhen trying to generate release notes with semantic-release, it is assuming you are using the angular commit message format. It expects your commit messages are using # as the issue prefix format and referencing the issue URL ${YOUR_REPO_BASE_URL}/is...semantic-release