Skip to content

Commit 785d61c

Browse files
chore: sync code from next into release PR
1 parent c94a074 commit 785d61c

3 files changed

Lines changed: 33 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.22.0"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

3+
## [0.23.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.22.0...v0.23.0) (2026-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** make the --local scan clone see the repointed release branch ([#66](https://github.com/team-telnyx/telnyx-cli/issues/66)) ([cfffba5](https://github.com/team-telnyx/telnyx-cli/commit/cfffba549ef1d131d77a9b5b7d78317985c4cd0d))
9+
10+
## [0.22.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.21.0...v0.22.0) (2026-07-09)
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **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))
17+
18+
## [0.21.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.20.0...v0.21.0) (2026-07-03)
19+
20+
21+
### Bug Fixes
22+
23+
* **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))
24+
25+
## [0.20.0](https://github.com/team-telnyx/telnyx-cli/compare/v0.19.0...v0.20.0) (2026-07-03)
26+
27+
28+
### Bug Fixes
29+
30+
* 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))
31+
* 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))
32+
* 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))
33+
334
## [0.23.3](https://github.com/team-telnyx/telnyx-cli-staging/compare/v0.23.2...v0.23.3) (2026-06-26)
435

536

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.23.0" // x-release-please-version

0 commit comments

Comments
 (0)