Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 543 Bytes

check-changelog-action

A github action which check if the changelog has been modified

Inputs

token

The github token By default, take the github token provided by the user who triggered the action

repo

The repository name to check By default, take the repository name where the action is executed

How to update the action

  • Make your change
  • Edit package.json and README.md
  • yarn buildg
  • Push or merge changes on master
  • Tag the version: git tag -a -m "Name" v1.x.x
  • Push tags: git push --follow-tags