Skip to content

Commit b81ef52

Browse files
committed
chore: release v2.1.5
1 parent bc141c7 commit b81ef52

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.4"
2+
".": "2.1.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.5](https://github.com/main-branch/create_github_release/compare/v2.1.4...v2.1.5) (2025-04-18)
9+
10+
11+
### Other Changes
12+
13+
* Configure release-please to includes all changes in the CHANGELOG ([bc141c7](https://github.com/main-branch/create_github_release/commit/bc141c73399eaaad89a69608cee887f580e5f11a))
14+
815
## [2.1.4](https://github.com/main-branch/create_github_release/compare/v2.1.3...v2.1.4) (2025-04-17)
916

1017

lib/create_github_release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module CreateGithubRelease
44
# The version of this gem
5-
VERSION = '2.1.4'
5+
VERSION = '2.1.5'
66
end

0 commit comments

Comments
 (0)