Skip to content

Commit a40d318

Browse files
author
Test User
committed
chore: prepare v0.0.1-beta as first release
- Update version to 0.0.1-beta - Reset CHANGELOG.md to initial release - Update release notes to beta - Remove all previous release tags
1 parent 1e87ba4 commit a40d318

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ release:
110110
header: |
111111
## Release Notes
112112
113-
**DoPlan CLI v0.0.1-alpha - First Release**
113+
**DoPlan CLI v0.0.1-beta - First Release**
114114
115-
This is the first alpha release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
115+
This is the first beta release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
116116
117117
### 🎉 What is DoPlan?
118118
@@ -261,4 +261,4 @@ release:
261261
262262
### 🙏 Acknowledgments
263263
264-
Thank you for trying DoPlan CLI! This is an alpha release, and we'd love your feedback.
264+
Thank you for trying DoPlan CLI! This is a beta release, and we'd love your feedback.

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.1-alpha] - 2025-11-14
10+
## [0.0.1-beta] - 2025-11-14
1111

1212
### Initial Release
1313

14-
This is the first alpha release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
14+
This is the first beta release of DoPlan CLI, a comprehensive project workflow automation tool that transforms app ideas into structured development projects.
1515

1616
### Features
1717
- **Project Workflow Automation**: Transform app ideas into structured development projects
@@ -30,6 +30,7 @@ This is the first alpha release of DoPlan CLI, a comprehensive project workflow
3030
- Homebrew v2 syntax support (ready for tap repository)
3131
- npm publishing support (ready for npm registry)
3232
- Comprehensive CI/CD workflows
33+
- npm token verification and maintainer checks
3334

3435
### Technical Details
3536
- Built with Go 1.21+
@@ -46,5 +47,5 @@ This is the first alpha release of DoPlan CLI, a comprehensive project workflow
4647
- Contribution guidelines
4748
- Release process documentation
4849

49-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.1-alpha...HEAD
50-
[0.0.1-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.1-alpha
50+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.1-beta...HEAD
51+
[0.0.1-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.1-beta

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doplan-cli",
3-
"version": "0.0.1-alpha",
3+
"version": "0.0.1-beta",
44
"description": "Project workflow automation tool that transforms app ideas into well-structured, documented, and trackable development projects",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)