Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 668 Bytes

File metadata and controls

32 lines (22 loc) · 668 Bytes

create-release-action

javscript-action status

This repository is used for this organization's release flow and is subject to change without notice.

Code in Main

Install the dependencies

npm install

Run the tests ✔️

$ npm test
...

Usage

uses: mackerelio/create-release-action@main
with:
  directory: artifacts/
  github-token: ${{ secrets.GITHUB_TOKEN }}
  tag-prefix: 'refs/tags/v'
  bump-up-branch-prefix: 'bump-version-'