Skip to content

Commit

Permalink
build(deps): Bump rymndhng/release-on-push-action
Browse files Browse the repository at this point in the history
Bumps [rymndhng/release-on-push-action](https://github.com/rymndhng/release-on-push-action) from v0.15.0 to v0.16.0.
- [Release notes](https://github.com/rymndhng/release-on-push-action/releases)
- [Commits](rymndhng/release-on-push-action@v0.15.0...9bf66ab)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and AndrewNeudegg committed Jan 4, 2021
1 parent 3ffd6aa commit c211efe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-manual-major.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- id: release
uses: rymndhng/release-on-push-action@v0.15.0
uses: rymndhng/release-on-push-action@v0.16.0
with:
# If the PR has the label release:major, release:minor, or release:patch, this will override bump_version_scheme
bump_version_scheme: major
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manual-minor.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- id: release
uses: rymndhng/release-on-push-action@v0.15.0
uses: rymndhng/release-on-push-action@v0.16.0
with:
# If the PR has the label release:major, release:minor, or release:patch, this will override bump_version_scheme
bump_version_scheme: minor
2 changes: 1 addition & 1 deletion .github/workflows/release-manual-patch.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- id: release
uses: rymndhng/release-on-push-action@v0.15.0
uses: rymndhng/release-on-push-action@v0.16.0
with:
# If the PR has the label release:major, release:minor, or release:patch, this will override bump_version_scheme
bump_version_scheme: patch
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- id: release
uses: rymndhng/release-on-push-action@v0.15.0
uses: rymndhng/release-on-push-action@v0.16.0
with:
# If the PR has the label release:major, release:minor, or release:patch, this will override bump_version_scheme
bump_version_scheme: norelease

0 comments on commit c211efe

Please sign in to comment.