Skip to content

Commit 78f86fa

Browse files
chore: sync code from next into release PR
1 parent 38a6719 commit 78f86fa

3 files changed

Lines changed: 26 additions & 2 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-
".": "0.21.0"
2+
".": "0.22.0"
33
}

CHANGELOG.md

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

3+
## [0.22.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.21.0...v0.22.0) (2026-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** ghost guard also verifies the GitHub Release exists ([#60](https://github.com/team-telnyx/telnyx-cli/issues/60)) ([da8cf61](https://github.com/team-telnyx/telnyx-cli/commit/da8cf61a3291d19c89c4ec97fc3013bdba2ed0cc))
9+
* **release:** scan next's commits in release-pr (stop depending on master hotfixes) ([#58](https://github.com/team-telnyx/telnyx-cli/issues/58)) ([e112e9c](https://github.com/team-telnyx/telnyx-cli/commit/e112e9c0043cc4dd2b8d0f9bacc5ad02ff303b79))
10+
11+
## [0.21.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.20.0...v0.21.0) (2026-07-03)
12+
13+
14+
### Bug Fixes
15+
16+
* **release:** take first Release-As match (multiline output broke GITHUB_OUTPUT) ([#54](https://github.com/team-telnyx/telnyx-cli/issues/54)) ([1ba5160](https://github.com/team-telnyx/telnyx-cli/commit/1ba5160a07092c4c5ad4b120e7aefdbc579aa383))
17+
18+
## [0.20.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.19.0...v0.20.0) (2026-07-03)
19+
20+
21+
### Bug Fixes
22+
23+
* add git clean -fdx to tree replacement step in release-please.yml ([#43](https://github.com/team-telnyx/telnyx-cli/issues/43)) ([231caef](https://github.com/team-telnyx/telnyx-cli/commit/231caeff705c30b524d52f60e4b118ce8fb46e9d))
24+
* replace git merge with tree replacement in release-please.yml ([#41](https://github.com/team-telnyx/telnyx-cli/issues/41)) ([099b9e9](https://github.com/team-telnyx/telnyx-cli/commit/099b9e9150b83fc427b04bea83686656c40893af))
25+
* use git reset --hard for tree replacement, force-push, and fix PR URL regex in release-please.yml ([#45](https://github.com/team-telnyx/telnyx-cli/issues/45)) ([2e00750](https://github.com/team-telnyx/telnyx-cli/commit/2e007504bc269837c0fa6992379d0a12b73573e8))
26+
327
## [0.23.3](https://github.com/team-telnyx/telnyx-cli-staging/compare/v0.23.2...v0.23.3) (2026-06-26)
428

529

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.23.3" // x-release-please-version
5+
const Version = "0.22.0" // x-release-please-version

0 commit comments

Comments
 (0)