File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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+ ## v1.3.0 (2024-01-08)
9+
10+ [ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.2.0..v1.3.0 )
11+
12+ Changes since v1.2.0:
13+
14+ * fa6ddb2 Add option to create and revert scripts to show version (#48 )
15+ * 954bea7 Add revert-github-release script (#47 )
16+ * 564267a Correctly use semverify to increment pre-release versions (#46 )
17+
818## v1.2.0 (2024-01-07)
919
1020[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v1.1.0..v1.2.0 )
Original file line number Diff line number Diff line change 22
33module CreateGithubRelease
44 # The version of this gem
5- VERSION = '1.2 .0'
5+ VERSION = '1.3 .0'
66end
You can’t perform that action at this time.
0 commit comments