Skip to content

Commit d7149f5

Browse files
chore(release): set v0.2.0 changelog date to 2026-05-01
Align CONTRIBUTING’s release example, CHANGELOG heading and header note, version.go ldflags comment, and bug report placeholder with the May 1 ship date.
1 parent cf32cda commit d7149f5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
attributes:
1919
label: CLI version
2020
description: Output of `agora --version`
21-
placeholder: "e.g. agora-cli-go 0.2.0 (commit abc1234, built 2026-04-30)"
21+
placeholder: "e.g. agora-cli-go 0.2.0 (commit abc1234, built 2026-05-01)"
2222
validations:
2323
required: true
2424

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
When tagging a new release, rename the `[Unreleased]` section to the new version
9-
(e.g. `[0.2.0] - 2026-04-30`), add a fresh empty `[Unreleased]` heading at the top,
9+
(e.g. `[0.2.0] - 2026-05-01`), add a fresh empty `[Unreleased]` heading at the top,
1010
and update the link references at the bottom of this file.
1111

1212
When adding a new entry, link the change to the PR or commit that introduced it
@@ -15,7 +15,7 @@ Earlier entries pre-date this convention and only carry their version's compare
1515

1616
## [Unreleased]
1717

18-
## [0.2.0] - 2026-04-30
18+
## [0.2.0] - 2026-05-01
1919

2020
### Added
2121

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ change; prefer adding a new code and deprecating the old one over a rename.
143143
for user-facing changes (new commands, behavior changes, breaking changes,
144144
CLI exit code changes, error code additions). When cutting a release, move
145145
those bullets into a dated `## [x.y.z] - YYYY-MM-DD` section per the note at
146-
the top of `CHANGELOG.md`.
146+
the top of `CHANGELOG.md` (for example, v0.2.0 shipped as `## [0.2.0] - 2026-05-01`).
147147
- For UI/UX-affecting changes (pretty output, prompts, progress events,
148148
errors), include before/after copy-paste samples in the PR description.
149149

internal/cli/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "fmt"
77
//
88
// go build -ldflags '-X github.com/.../internal/cli.version=v0.2.0
99
// -X github.com/.../internal/cli.commit=abc1234
10-
// -X github.com/.../internal/cli.date=2026-04-30'
10+
// -X github.com/.../internal/cli.date=2026-05-01'
1111
//
1212
// Snapshot/local builds keep the placeholder values below.
1313
var (

0 commit comments

Comments
 (0)