A github action which check if the changelog has been modified
The github token By default, take the github token provided by the user who triggered the action
The repository name to check By default, take the repository name where the action is executed
- Make your change
- Edit
package.json
andREADME.md
yarn build
g- Push or merge changes on master
- Tag the version:
git tag -a -m "Name" v1.x.x
- Push tags:
git push --follow-tags