File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Github Versioned Release
22
3- Github action for creating versioned github releases.
3+ Github action for creating versioned github releases containing only the files you want .
44
55The action is typically used on the ` release ` event and follows the following process:
66
77- Creates a release commit containing the specified files
8- - Moves the releae tag to the release commit
8+ - Moves the release tag to the release commit
99- Moves the major and minor version tags to the release commit (if not draft or pre-release)
1010
1111## Usage
3232 - run : npm run build
3333
3434 # Create your semantically version release
35- - uses : ./
35+ - uses : teunmooij/github-versioned-release@v1
3636 with :
3737 template : ' javascript-action'
3838 env :
Original file line number Diff line number Diff line change 11name : " Github Versioned Release"
2- description : " Github action for creating versioned Github releases"
2+ description : " Github action for creating versioned Github releases containing only the files you want "
33author : " Teun Mooij"
44branding :
55 icon : box
You can’t perform that action at this time.
0 commit comments