Skip to content

Commit cd67a18

Browse files
chore(main): release 2.0.2 (#171)
🤖 I have created a release *beep* *boop* --- ## [2.0.2](v2.0.1...v2.0.2) (2026-08-21) ### Bug Fixes * guard release PR relabel during manual dispatch ([#169](#169)) ([cf66935](cf66935)) * retrigger release-please after label repair ([#170](#170)) ([cfe1fbd](cfe1fbd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent cfe1fbd commit cd67a18

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/rubyists/linear-cli/compare/v2.0.1...v2.0.2) (2026-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* guard release PR relabel during manual dispatch ([#169](https://github.com/rubyists/linear-cli/issues/169)) ([cf66935](https://github.com/rubyists/linear-cli/commit/cf66935d1d06d9cbf5e6dc49aac220d857759523))
9+
* retrigger release-please after label repair ([#170](https://github.com/rubyists/linear-cli/issues/170)) ([cfe1fbd](https://github.com/rubyists/linear-cli/commit/cfe1fbd1fd24a8789e9f079a5be9c1a21228195d))
10+
311
## [2.0.1](https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1) (2026-08-20)
412

513

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif::[]
1818
:image-major-tag: v2
1919
// x-release-please-end
2020
// x-release-please-start-version
21-
:image-pin-example: v2.0.1
21+
:image-pin-example: v2.0.2
2222
// x-release-please-end
2323

2424
A command line interface to https://linear.app - list, take, create, develop,

app/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do
77
[
88
app: :linear_cli,
99
# x-release-please-start-version
10-
version: "2.0.1",
10+
version: "2.0.2",
1111
# x-release-please-end
1212
elixir: "~> 1.20",
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)