Skip to content

Commit 0b0878f

Browse files
committed
Release v1.3.4
Signed-off-by: James Couball <[email protected]>
1 parent 23a5db6 commit 0b0878f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## v1.3.4 (2024-01-09)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.3.3..v1.3.4)
11+
12+
Changes since v1.3.3:
13+
14+
* 23a5db6 Document the revert-github-release script in the project README (#59)
15+
* 0ed4549 Format the output so next steps are easier to read (#58)
16+
* 5442745 Wait for some time between creating the release PR and searching for it (#56)
17+
818
## v1.3.3 (2024-01-08)
919

1020
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.3.2..v1.3.3)

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 = '1.3.3'
5+
VERSION = '1.3.4'
66
end

0 commit comments

Comments
 (0)