create_github_release 2.0.1 → 2.1.0
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/create_github_release/tasks/commit_release.rb +1 -1
- data/lib/create_github_release/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63d1b8c7d18e4955692a4a9e9d89c0065929f8fa4d4dbee32f72e799f872cb1c
|
|
4
|
+
data.tar.gz: f5f2ab6bf2cc60a876a04619af5c00df60bb0c2045a880c58f5638a35eeae16f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcdc49a635e732484f15267554ea885cc96944c794e83ad751415b26fc8179f1a77e7caec0dd683be0dc0c69c6f24480aaf59d59b096c6c3abf7aead6afe2e2f
|
|
7
|
+
data.tar.gz: dedf1c21ebe7ccb181d0d38eabc650a2fba5a9912af2df39c7681f8304ee4d9bc4ed3e6a1254c5e53d751f945aa7579bfbfdca62ccb978c599bb792a704425c0
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
## 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
|
+
|
|
8
17
|
## v2.0.1 (2024-09-18)
|
|
9
18
|
|
|
10
19
|
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v2.0.0..v2.0.1)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: create_github_release
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: command_line_boss
|
|
@@ -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.0
|
|
302
|
-
changelog_uri: https://rubydoc.info/gems/create_github_release/2.0
|
|
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
|
|
303
303
|
rubygems_mfa_required: 'true'
|
|
304
304
|
post_install_message:
|
|
305
305
|
rdoc_options: []
|