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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v2.1.0 (2024-10-10)
9+
10+ [ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v2.0.1..v2.1.0 )
11+
12+ Changes since v2.0.1:
13+
14+ * d6ae52b feat: make the release commit a valid conventional commit format
15+ * 9a318d0 Release v2.0.1
16+
817## v2.0.1 (2024-09-18)
918
1019[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v2.0.0..v2.0.1 )
Original file line number Diff line number Diff line change 22
33module CreateGithubRelease
44 # The version of this gem
5- VERSION = '2.0.1 '
5+ VERSION = '2.1.0 '
66end
You can’t perform that action at this time.
0 commit comments