chore: prepare 1.5.0 release

This commit is contained in:
codex-bot-andresmgsl 2026-09-02 19:54:57 +00:00
parent d6a21c9d9e
commit 57fc3a3ddf
9 changed files with 20 additions and 9 deletions

View file

@ -1,5 +1,22 @@
# Changelog
## 1.5.0 — 2026-09-02
### Added
- Added `repo sync` for credential-safe, fast-forward-only branch and tag updates with dry-run and divergence protection. (#23).
- Added guided proposal and triage work-order forms, with the contributor guide linking directly to proposal intake. (#50).
### Changed
- Enforced the exact Forgejo ceremony source and version across governance records and workflow pins. (#36).
- Publish release assets and the matching changelog section through stoke's credential-safe CLI. (#54).
### Fixed
- Keep package-lock metadata aligned with the package version and guard against future drift. (#43).
- Cover every governed repository surface and reject unmapped tracked paths or divergent scope names. (#48).
## 1.4.0 — 2026-08-31
### Added

View file

@ -1 +0,0 @@
- Added `repo sync` for credential-safe, fast-forward-only branch and tag updates with dry-run and divergence protection. (#23).

View file

@ -1 +0,0 @@
- Enforced the exact Forgejo ceremony source and version across governance records and workflow pins. (#36).

View file

@ -1 +0,0 @@
- Keep package-lock metadata aligned with the package version and guard against future drift. (#43).

View file

@ -1 +0,0 @@
- Cover every governed repository surface and reject unmapped tracked paths or divergent scope names. (#48).

View file

@ -1 +0,0 @@
- Added guided proposal and triage work-order forms, with the contributor guide linking directly to proposal intake. (#50).

View file

@ -1 +0,0 @@
- Publish release assets and the matching changelog section through stoke's credential-safe CLI. (#54).

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "stoke",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "stoke",
"version": "1.4.0",
"version": "1.5.0",
"license": "ISC",
"dependencies": {
"commander": "^15.0.0"

View file

@ -1,6 +1,6 @@
{
"name": "stoke",
"version": "1.4.0",
"version": "1.5.0",
"description": "CLI for the heavy-duty forge (Forgejo)",
"main": "src/cli.js",
"scripts": {