@nzz/q-cli 2.0.7 → 2.1.1

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,3 +67,13 @@ This command requires the environment variables `Q_[ENVIRONMENT]_SERVER` and `Q_
67
67
  ```bash
68
68
  Q update-item -e local -c ./tests/q.config.json
69
69
  ```
70
+
71
+ ## Release
72
+
73
+ Changes to the Q-cli won't be automatically released by the CI/CD. After the changes have been merged into the `main` branch, and the changeset got applied, the Q-cli needs to be manually published by running the following commands:
74
+
75
+ ```bash
76
+ pnpm build
77
+
78
+ npm publish
79
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nzz/q-cli",
3
- "version": "2.0.7",
3
+ "version": "2.1.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",