-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,16 @@ jobs: | |
if: github.event.label.name == 'pr-version-bump' | ||
runs-on: [ubuntu-latest] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- name: Test bump action | ||
with: | ||
repository: https://github.dev/Drassil/action-package-version-bump | ||
repository: https://github.com/Drassil/action-package-version-bump | ||
user_name: 'drassil-git-bot' | ||
user_email: '[email protected]' | ||
ref_branch: 'main' | ||
use_rebase: true | ||
version_args: 'prerelease --preid=rc${{ env.RC_VERSION }}' | ||
node_version: ${{ env.NODE_VERSION }} | ||
uses: ../../ | ||
uses: ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Rev: 1.0.0-rc1.1 | ||
============= | ||
## Fixes | ||
|
||
* workflow fixed | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# action-package-version-bump | ||
|
||
Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows | ||
|
||
|
||
ver 1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters