Skip to content

Commit e36188c

Browse files
author
Test User
committed
chore: prepare v0.0.12-beta as first release
- Update version to 0.0.12-beta - Reset CHANGELOG.md to initial release - Fix npm registry URL to use HTTPS - Remove all previous releases
1 parent c413c37 commit e36188c

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.0.5-alpha] - 2025-11-14
11-
12-
### Changed
13-
- Updated package name to scoped `@doplan-dev/cli`
14-
- Improved npm token verification in release workflow
15-
- Added maintainer checks and post-publish verification
16-
17-
## [0.0.1-beta] - 2025-11-14
10+
## [0.0.12-beta] - 2025-11-14
1811

1912
### Initial Release
2013

@@ -35,7 +28,7 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
3528
- Automated release process with GoReleaser
3629
- Debian (.deb) and RPM (.rpm) packages
3730
- Homebrew v2 syntax support (ready for tap repository)
38-
- npm publishing support (ready for npm registry)
31+
- npm publishing support with scoped package `@doplan-dev/cli`
3932
- Comprehensive CI/CD workflows
4033
- npm token verification and maintainer checks
4134

@@ -54,6 +47,5 @@ This is the first beta release of DoPlan CLI, a comprehensive project workflow a
5447
- Contribution guidelines
5548
- Release process documentation
5649

57-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.5-alpha...HEAD
58-
[0.0.5-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.5-alpha
59-
[0.0.1-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.1-beta
50+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.0.12-beta...HEAD
51+
[0.0.12-beta]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.0.12-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-dev/cli",
3-
"version": "0.0.5-alpha",
3+
"version": "0.0.12-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)