Skip to content

Commit

Permalink
Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#323)
Browse files Browse the repository at this point in the history
* Bump ncipollo/release-action from 1.14.0 to 1.15.0

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dangoslen <1466246+dangoslen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dangoslen authored Jan 24, 2025
1 parent c6b0fbe commit 6d5ba33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: create release
if: ${{ steps.check_release.outputs.missing == 'true' }}
id: create_release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
tag: ${{ steps.read_version.outputs.tag }}
name: Changelog Dependabot Helper ${{ steps.read_version.outputs.version }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

- Removes the deprecated `activationLabel`. All workflows should specify desired labels using the `activationLabels` input instead. The default label of `dependabot` is still kept.

### Dependencies
- Bump `ncipollo/release-action` from 1.14.0 to 1.15.0 ([#323](https://github.com/dangoslen/dependabot-changelog-helper/pull/323))

## [3.11.1]

### Fixed
Expand Down

0 comments on commit 6d5ba33

Please sign in to comment.