create_github_release 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63d1b8c7d18e4955692a4a9e9d89c0065929f8fa4d4dbee32f72e799f872cb1c
4
- data.tar.gz: f5f2ab6bf2cc60a876a04619af5c00df60bb0c2045a880c58f5638a35eeae16f
3
+ metadata.gz: 86f083d1483f3aeea61c0a35aa765b49b364bc6acd7a7636031d77976d5b214b
4
+ data.tar.gz: 23878e11780006223bc164616ffb1e2e7306174d1f452535e8791a3c1b5af82e
5
5
  SHA512:
6
- metadata.gz: fcdc49a635e732484f15267554ea885cc96944c794e83ad751415b26fc8179f1a77e7caec0dd683be0dc0c69c6f24480aaf59d59b096c6c3abf7aead6afe2e2f
7
- data.tar.gz: dedf1c21ebe7ccb181d0d38eabc650a2fba5a9912af2df39c7681f8304ee4d9bc4ed3e6a1254c5e53d751f945aa7579bfbfdca62ccb978c599bb792a704425c0
6
+ metadata.gz: a1960299c4f3b862fabade031dcecb68c9fac3eaeb998dc06c9683150a982ca564fe9d01a45844db5bc5faac55057fc2e51e03db5ad1a71a92b692755e664b7a
7
+ data.tar.gz: f8ec1f69634152a15d9c46d73462e2465e21194dba6aa9437eb7db9abcd11bb8a766364611a7c55e2649e67ae90d81db9c07166a5ade137558117ac4b6a0f977
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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
+ ## v2.1.1 (2024-10-10)
9
+
10
+ [Full Changelog](https://github.com/main-branch/create_github_release/compare/v2.1.0..v2.1.1)
11
+
12
+ Changes since v2.1.0:
13
+
14
+ * d44db95 fix: the release commit subject should not be sentence case
15
+
8
16
  ## v2.1.0 (2024-10-10)
9
17
 
10
18
  [Full Changelog](https://github.com/main-branch/create_github_release/compare/v2.0.1..v2.1.0)
@@ -31,7 +31,7 @@ module CreateGithubRelease
31
31
  #
32
32
  def run
33
33
  print 'Making release commit...'
34
- `git commit -s -m 'chore: Release #{project.next_release_tag}'`
34
+ `git commit -s -m 'chore: release #{project.next_release_tag}'`
35
35
  if $CHILD_STATUS.success?
36
36
  puts 'OK'
37
37
  else
@@ -2,5 +2,5 @@
2
2
 
3
3
  module CreateGithubRelease
4
4
  # The version of this gem
5
- VERSION = '2.1.0'
5
+ VERSION = '2.1.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: create_github_release
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James
@@ -298,8 +298,8 @@ metadata:
298
298
  allowed_push_host: https://rubygems.org
299
299
  homepage_uri: https://github.com/main-branch/create_github_release
300
300
  source_code_uri: https://github.com/main-branch/create_github_release
301
- documentation_uri: https://rubydoc.info/gems/create_github_release/2.1.0
302
- changelog_uri: https://rubydoc.info/gems/create_github_release/2.1.0/file/CHANGELOG.md
301
+ documentation_uri: https://rubydoc.info/gems/create_github_release/2.1.1
302
+ changelog_uri: https://rubydoc.info/gems/create_github_release/2.1.1/file/CHANGELOG.md
303
303
  rubygems_mfa_required: 'true'
304
304
  post_install_message:
305
305
  rdoc_options: []