Skip to content

Commit 6680c2a

Browse files
committed
Adds new changelog management system (changelog-rb)
1 parent ee1833f commit 6680c2a

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## [Unreleased]
1+
# Changelog
22

3-
## [0.1.0] - 2024-01-24
3+
## [Unreleased]
44

5-
- Initial release

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gemspec
77

88
group :development, :test do
99
gem 'aruba', '~> 2.2'
10+
gem 'changelog-rb', '~> 0.3'
1011
gem 'cucumber', '~> 9.1'
1112
gem 'gem-release', '~> 2.2'
1213
gem 'pry-byebug'
@@ -16,4 +17,3 @@ group :development, :test do
1617
gem 'rubocop-rake', require: false
1718
gem 'rubocop-rspec', require: false
1819
end
19-

Gemfile.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
linear-cli (0.5.0)
4+
linear-cli (0.5.1)
55
base64 (~> 0.2)
66
dry-cli (~> 1.0)
77
dry-cli-completion (~> 1.0)
@@ -18,6 +18,16 @@ PATH
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21+
activesupport (7.1.3)
22+
base64
23+
bigdecimal
24+
concurrent-ruby (~> 1.0, >= 1.0.2)
25+
connection_pool (>= 2.2.5)
26+
drb
27+
i18n (>= 1.6, < 2)
28+
minitest (>= 5.1)
29+
mutex_m
30+
tzinfo (~> 2.0)
2131
addressable (2.8.6)
2232
public_suffix (>= 2.0.2, < 6.0)
2333
aruba (2.2.0)
@@ -31,12 +41,17 @@ GEM
3141
bigdecimal (3.1.6)
3242
builder (3.2.4)
3343
byebug (11.1.3)
44+
changelog-rb (0.3.0)
45+
activesupport
46+
semantic
47+
thor
3448
coderay (1.1.3)
3549
colsole (1.0.0)
3650
completely (0.6.2)
3751
colsole (>= 0.8.1, < 2)
3852
mister_bin (~> 0.7)
3953
concurrent-ruby (1.2.3)
54+
connection_pool (2.4.1)
4055
contracts (0.17)
4156
cucumber (9.1.2)
4257
builder (~> 3.2, >= 3.2.4)
@@ -65,6 +80,8 @@ GEM
6580
diff-lcs (1.5.0)
6681
docopt_ng (0.7.1)
6782
domain_name (0.6.20240107)
83+
drb (2.2.0)
84+
ruby2_keywords
6885
dry-cli (1.0.0)
6986
dry-cli-completion (1.0.0)
7087
completely (~> 0.5)
@@ -96,6 +113,8 @@ GEM
96113
http-form_data (2.3.0)
97114
httpx (1.2.1)
98115
http-2-next (>= 1.0.3)
116+
i18n (1.14.1)
117+
concurrent-ruby (~> 1.0)
99118
json (2.7.1)
100119
kramdown (2.4.0)
101120
rexml
@@ -106,11 +125,13 @@ GEM
106125
method_source (1.0.0)
107126
mini_mime (1.1.5)
108127
mini_portile2 (2.8.5)
128+
minitest (5.21.2)
109129
mister_bin (0.7.6)
110130
colsole (>= 0.8.1, < 2)
111131
docopt_ng (~> 0.7, >= 0.7.1)
112132
multi_json (1.15.0)
113133
multi_test (1.1.0)
134+
mutex_m (0.2.0)
114135
net-http (0.4.1)
115136
uri
116137
octokit (5.6.1)
@@ -173,9 +194,11 @@ GEM
173194
rubocop-capybara (~> 2.17)
174195
rubocop-factory_bot (~> 2.22)
175196
ruby-progressbar (1.13.0)
197+
ruby2_keywords (0.0.5)
176198
sawyer (0.9.2)
177199
addressable (>= 2.3.5)
178200
faraday (>= 0.17.3, < 3)
201+
semantic (1.6.1)
179202
semantic_logger (4.15.0)
180203
concurrent-ruby (~> 1.0)
181204
sequel (5.76.0)
@@ -208,6 +231,8 @@ GEM
208231
tty-screen (~> 0.8)
209232
wisper (~> 2.0)
210233
tty-screen (0.8.2)
234+
tzinfo (2.0.6)
235+
concurrent-ruby (~> 1.0)
211236
unicode-display_width (2.5.0)
212237
unicode_utils (1.4.0)
213238
uri (0.13.0)
@@ -219,6 +244,7 @@ PLATFORMS
219244

220245
DEPENDENCIES
221246
aruba (~> 2.2)
247+
changelog-rb (~> 0.3)
222248
cucumber (~> 9.1)
223249
gem-release (~> 2.2)
224250
linear-cli!

changelog/unreleased/.gitkeep

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Added
2+
title: >
3+
Added new changelog management system (changelog-rb)
4+
author: bougyman

0 commit comments

Comments
 (0)