Skip to content

lorislab/install-changelog-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Example usage

- uses: lorislab/install-changelog-action@v1
- run: changelog version
- uses: lorislab/install-changelog-action@v1
  with:
    version: "1.6.0"
- run: changelog version

Development

Local development

Install the dependencies

npm install

Package for distribution

Run prepare

npm run prepare