Skip to content

Commit

Permalink
Update JS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 7, 2021
1 parent 0e4481c commit 21537a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodejs_workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ghactions -i node -u on_pull_merged
- Release draft notes are merged from existing notes and Pull Request notes
- Each entry added from Pull Request notes contains a link to the Pull Request
- Release draft suggested version is based on Release notes
- Project-agnostic, can be used on any kind of project, change `path: ./package.json` to path to your version file

**Environment**

Expand Down Expand Up @@ -166,3 +167,4 @@ ghactions -i node -u on_demand_create_release_draft
- Creates or updates a release draft for `target` branch
- Release notes are populated from `Unreleased` section of `CHANGELOG.md`
- Sets suggested version as `name` and `tag` of the Release
- Project-agnostic, can be used on any kind of project, change `path: ./package.json` to path to your version file
1 change: 1 addition & 0 deletions nodejs_workflows/on_demand_create_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# - Creates or updates a release draft for `target` branch
# - Release notes are populated from `Unreleased` section of `CHANGELOG.md`
# - Sets suggested version as `name` and `tag` of the Release
# - Project-agnostic, can be used on any kind of project, change path: ./package.json to path to your version file

name: Create Release draft
"on":
Expand Down
1 change: 1 addition & 0 deletions nodejs_workflows/on_pull_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# - Release draft notes are merged from existing notes and Pull Request notes
# - Each entry added from Pull Request notes contains a link to the Pull Request
# - Release draft suggested version is based on Release notes
# - Project-agnostic, can be used on any kind of project, change path: ./package.json to path to your version file
#
# Environment:
# RELEASE_TYPE - Release suggested version: stable, rc, alpha, beta (default: `rc`)
Expand Down

0 comments on commit 21537a3

Please sign in to comment.