Skip to content

Commit ce3cef7

Browse files
authored
Merge pull request #117 from plus3it/dependabot/github_actions/dot-github/actions/release/softprops/action-gh-release-2.6.1
2 parents bfc5896 + 201c111 commit ce3cef7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.1
2+
current_version = 1.9.2
33
commit = True
44
message = Bumps version to {new_version}
55
tag = False

.github/actions/release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
3232
- name: Create release
3333
if: steps.release.outputs.condition == 'true'
34-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
34+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
3535
with:
3636
files: ${{ inputs.release-files }}
3737
generate_release_notes: true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
### [1.9.2](https://github.com/plus3it/actions-workflows/releases/tag/1.9.2)
8+
9+
**Released**: 2026.04.09
10+
11+
* Dependency Updates
12+
* softprops/action-gh-release 2.6.1
713

814
### [1.9.1](https://github.com/plus3it/actions-workflows/releases/tag/1.9.1)
915

0 commit comments

Comments
 (0)