Skip to content

Commit ce28434

Browse files
author
Test User
committed
chore: update version to v0.1.4-alpha and update release notes
- Change version from 1.0.4-alpha to 0.1.4-alpha - Update CHANGELOG.md with new version entry - Update GoReleaser release notes to not mention previous versions - Remove 'Full Changelog' reference from release header
1 parent cb9b134 commit ce28434

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ release:
108108
name: CLI
109109
mode: replace
110110
header: |
111-
## What's Changed
111+
## Release Notes
112112
113-
Full Changelog: {{ .PreviousTag }}...{{ .Tag }}
113+
This release includes improvements to Homebrew formula syntax, npm publishing support, and workflow automation enhancements.

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [1.0.4-alpha] - 2025-11-14
10+
## [0.1.4-alpha] - 2025-11-14
1111

1212
### Fixed
1313
- **Homebrew v2 Syntax**: Updated Homebrew formula to use v2 syntax (removed deprecated `bottle :unneeded`)
@@ -118,7 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118118
- Contribution guidelines
119119
- Release process documentation
120120

121-
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v1.0.4-alpha...HEAD
122-
[1.0.4-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v1.0.4-alpha
121+
[Unreleased]: https://github.com/DoPlan-dev/CLI/compare/v0.1.4-alpha...HEAD
122+
[0.1.4-alpha]: https://github.com/DoPlan-dev/CLI/releases/tag/v0.1.4-alpha
123123
[1.0.0]: https://github.com/DoPlan-dev/CLI/releases/tag/v1.0.0
124124

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": "1.0.4-alpha",
3+
"version": "0.1.4-alpha",
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)