linear-cli 0.5.1 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 206356cf2490034419acd5c602e22c0a1f73057072301e956ef63b5657a520f6
4
- data.tar.gz: 48ca5f95f3cab78035d6d5c9669fb2ab5cc166300713cc49937d21a19ba0dc45
3
+ metadata.gz: b9dbcbc2f5187f96fc259c3255587676d654919430f20a62e734ed9e5b43dccd
4
+ data.tar.gz: 0ed365c14b74cb25b818037aff0f84abb03316bba52d7eb6b2705a06fc1d9b54
5
5
  SHA512:
6
- metadata.gz: 5d681c1875a5c09ab169573bd4e464030613e25209bf58bc72126ac7d58b52c596c784414cc81922c963098bd451b8e92ba563019b441d84d327abac02afd3ba
7
- data.tar.gz: a4f884b9149d1361618dc8df774424a6e5e6d797ff0a6e3dfdc126005287ee13c989195548198570dd2c5c59f44805f03b753092bd668462f68a2baffbb580be
6
+ metadata.gz: 677845b48a38aa6b7c03323db68f69de36645516f84f9085f5cd3b5a30ac8e99cfb45d4e14122a5b48a308ca8470ffa33db3033db7cf7e6e5e17d44d50801226
7
+ data.tar.gz: c4f131d5548f80c8ab49cb0f85136bd38b04e13303dd66446488101c1a355b0b9939fa1c6e11fc23a37d7252a7039fe70e4ffe9150ce09c26ebc70b2a0d2326c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
+ # Changelog
2
+
1
3
  ## [Unreleased]
2
4
 
3
- ## [0.1.0] - 2024-01-24
5
+ ## [0.5.2] - 2024-02-03
6
+ ### Added
7
+ - Added new changelog management system (changelog-rb) (@bougyman)
4
8
 
5
- - Initial release
9
+ [Unreleased]: https://github.com/rubyists/linear-cli/compare/v0.5.2...HEAD
@@ -0,0 +1,4 @@
1
+ type: Added
2
+ title: >
3
+ Added new changelog management system (changelog-rb)
4
+ author: bougyman
@@ -0,0 +1 @@
1
+ date: 2024-02-03
@@ -0,0 +1,4 @@
1
+ type: Changed
2
+ title: >
3
+ Changed default branch to use upstream default branch name
4
+ author: bougyman
@@ -0,0 +1 @@
1
+ date: 2024-02-03
File without changes
@@ -107,7 +107,7 @@ module Rubyists
107
107
  end
108
108
 
109
109
  def default_branch
110
- @default_branch ||= Git.default_branch git.repo.path
110
+ @default_branch ||= Git.default_branch git.remote.url
111
111
  end
112
112
  end
113
113
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubyists
4
4
  module Linear
5
- VERSION = '0.5.1'
5
+ VERSION = '0.5.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linear-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tj (bougyman) Vanderpoel
@@ -192,6 +192,11 @@ files:
192
192
  - LICENSE.txt
193
193
  - Rakefile
194
194
  - Readme.adoc
195
+ - changelog/0.5.2/added_new_changelog_management_system_changelog_rb.yml
196
+ - changelog/0.5.2/tag.yml
197
+ - changelog/0.5.3/changed_default_branch_to_use_upstream_default_branch_name.yml
198
+ - changelog/0.5.3/tag.yml
199
+ - changelog/unreleased/.gitkeep
195
200
  - exe/lc
196
201
  - exe/lcls
197
202
  - exe/lcls.sh