File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v1.4.0 (2024-05-10)
9
+
10
+ [ Full Changelog
] ( https://[email protected] /main-branch/create_github_release/compare/v1.3.4..v1.4.0 )
11
+
12
+ Changes since v1.3.4:
13
+
14
+ * a2e2500 Increment version with version_boss instead of semverify
15
+ * 44f8d15 Release v1.3.4 (#60 )
16
+
8
17
## v1.3.4 (2024-01-09)
9
18
10
19
[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.3.3..v1.3.4 )
Original file line number Diff line number Diff line change 2
2
3
3
module CreateGithubRelease
4
4
# The version of this gem
5
- VERSION = '1.3.4 '
5
+ VERSION = '1.4.0 '
6
6
end
You can’t perform that action at this time.
0 commit comments