Skip to content

create change log field of a repo and update it when release a new version

License

Notifications You must be signed in to change notification settings

xile611/collect-release-changelog

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

collect-release-changlog

Usage

The following parameters are supported

name description required
token the token of GitHub true
folder The folder of changelog false
langs the langs of changelog false
file_name the filename to update changelog Markdown false
tag_name the tag name of release false

development

  • Install the dependencies
npm install
  • Package the TypeScript for distribution
npm run bundle
  • Run the tests
$ npm test

PASS  ./index.test.js
  ✓ throws invalid number (3ms)
  ✓ wait 500 ms (504ms)
  ✓ test runs (95ms)

...
  • format and test and build the action

    npm run all

About

create change log field of a repo and update it when release a new version

Resources

License

Stars

Watchers

Forks

Packages

No packages published