You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update release workflow for OIDC trusted publishing and GitHub release management
- Revised the release workflow to prioritize OIDC trusted publishing for npm, enhancing security and streamlining the publishing process.
- Removed fallback to NPM_TOKEN for subsequent releases, simplifying the workflow and reducing complexity.
- Added logic to update existing GitHub releases with the latest changelog, improving release management and ensuring accurate documentation.
- Enhanced error handling and messaging for npm publishing failures, providing clearer guidance for configuration issues.
These changes improve the overall efficiency and reliability of the release process, ensuring better version management and user experience.
Copy file name to clipboardExpand all lines: packages/opennextjs-cli/CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
All notable changes to this project will be documented in this file.
9
+
10
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
+
13
+
## [0.1.0] - 2026-01-05
14
+
15
+
### Added
16
+
17
+
- Initialize OpenNext.js CLI project with essential configurations and utilities([c0b6a8a](https://github.com/JSONbored/opennextjs-cli/commit/c0b6a8abd827dd8835c7a05ba8afc40f5a55efc0)) by @JSONbored
18
+
- Add GitHub Actions workflow for automated package release([e87cd84](https://github.com/JSONbored/opennextjs-cli/commit/e87cd840c518d15f7616d33c0eb15b919d8c8c29)) by @JSONbored
19
+
- Enhance OpenNext.js CLI with @clack/prompts integration and improved user experience([4f96104](https://github.com/JSONbored/opennextjs-cli/commit/4f9610427698763757a945d8e685accd609a7015)) by @JSONbored
20
+
- Add comprehensive CLI features, safety checks, monorepo support, and MCP server([647e1db](https://github.com/JSONbored/opennextjs-cli/commit/647e1dbe71d25bac587e452b94677871ab9e7fa4)) by @JSONbored
21
+
- Enhance OpenNext.js CLI with new migration and template features([cfc5abe](https://github.com/JSONbored/opennextjs-cli/commit/cfc5abeffc2d44758d09ef2ce82dee5766e8283e)) by @JSONbored
22
+
- Enhance OpenNext.js CLI with project root detection and testing improvements([f6c32b5](https://github.com/JSONbored/opennextjs-cli/commit/f6c32b5e7ce7034090d67552edce781268995e54)) by @JSONbored
23
+
24
+
### Changed
25
+
26
+
- Migrate ESLint configuration to eslint.config.js and remove .eslintrc.json([beeae8c](https://github.com/JSONbored/opennextjs-cli/commit/beeae8cd04f4422dc3461164c3277e40746c796a)) by @JSONbored
Copy file name to clipboardExpand all lines: packages/opennextjs-mcp/CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
All notable changes to this project will be documented in this file.
9
+
10
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
+
13
+
## [0.1.0] - 2026-01-05
14
+
15
+
### Added
16
+
17
+
- Add comprehensive CLI features, safety checks, monorepo support, and MCP server([647e1db](https://github.com/JSONbored/opennextjs-cli/commit/647e1dbe71d25bac587e452b94677871ab9e7fa4)) by @JSONbored
18
+
- Enhance OpenNext.js CLI with project root detection and testing improvements([f6c32b5](https://github.com/JSONbored/opennextjs-cli/commit/f6c32b5e7ce7034090d67552edce781268995e54)) by @JSONbored
19
+
20
+
### Changed
21
+
22
+
- Migrate ESLint configuration to eslint.config.js and remove .eslintrc.json([beeae8c](https://github.com/JSONbored/opennextjs-cli/commit/beeae8cd04f4422dc3461164c3277e40746c796a)) by @JSONbored
0 commit comments