bkper 4.10.1 → 4.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -922,3 +922,11 @@ Bkper.setConfig({
922
922
 
923
923
  - [Developer Docs]
924
924
  - [App Template]
925
+
926
+ ## Release process (maintainers)
927
+
928
+ Releases are published by GitHub Actions (Trusted Publisher with OIDC), not from local machines.
929
+
930
+ - Merge a PR into `main` with one release label: `release:patch`, `release:minor`, or `release:major`
931
+ - On `main` push, CI determines the merged PR label, bumps `package.json` version, tags, and publishes to npm
932
+ - Without a release label, publish is skipped
@@ -922,3 +922,11 @@ Bkper.setConfig({
922
922
 
923
923
  - [Developer Docs]
924
924
  - [App Template]
925
+
926
+ ## Release process (maintainers)
927
+
928
+ Releases are published by GitHub Actions (Trusted Publisher with OIDC), not from local machines.
929
+
930
+ - Merge a PR into `main` with one release label: `release:patch`, `release:minor`, or `release:major`
931
+ - On `main` push, CI determines the merged PR label, bumps `package.json` version, tags, and publishes to npm
932
+ - Without a release label, publish is skipped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "description": "Command line client for Bkper",
5
5
  "bin": {
6
6
  "bkper": "./lib/cli.js"
@@ -51,7 +51,7 @@
51
51
  "postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
52
52
  },
53
53
  "dependencies": {
54
- "@mariozechner/pi-coding-agent": "^0.61.0",
54
+ "@mariozechner/pi-coding-agent": "^0.62.0",
55
55
  "bkper-js": "^2.31.1",
56
56
  "commander": "^13.1.0",
57
57
  "dotenv": "^8.2.0",