From de64461d7da748e016ea2683a81dd997cbff0529 Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:48:20 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From 19e3152272ecec304f8041ceaf63c5a5e92459ff Mon Sep 17 00:00:00 2001 From: "pepabo-pr-maker[bot]" <216826512+pepabo-pr-maker[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:48:21 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9171353 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [v1.0.0](https://github.com/pepabo/xpoint-cli/commits/v1.0.0) - 2026-04-17 +- Add tests, CI workflow, and golangci-lint config by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/1 +- Add goreleaser and tagpr for automated releases by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/2 +- Use GitHub App token for tagpr by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/3 +- Add xp schema command by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/4 +- OAuth2 Authorization Code + PKCE 認証を追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/6 +- tagpr: versionFileをcmd/root.goに設定 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/7 +- docs: READMEを拡充 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/8 +- Add xp document create command by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/9 +- version: 1.0.0 に更新しcommit/dateを削除 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/10 +- document: get/edit/delete サブコマンドを追加 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/11 +- Add xp form show and document URL output by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/12 +- auth: keyringの保存をsubdomain非依存の単一エントリに変更 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/13 +- Release for v1.0.0 by @pepabo-pr-maker[bot] in https://github.com/pepabo/xpoint-cli/pull/5 +- tagpr: release自動化を無効化しapp-id deprecation対応 by @buty4649 in https://github.com/pepabo/xpoint-cli/pull/15