@cl3tus/planum 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -47,6 +47,17 @@ Each command supports `--help` for full option listings.
47
47
 
48
48
  Credentials are stored in your OS user config directory after `planum login`.
49
49
 
50
+ ## Releases
51
+
52
+ Releases are automated via `semantic-release` on push to `main`. To trigger a CLI release, commit messages must use the `cli` scope:
53
+
54
+ ```
55
+ feat(cli): add new command
56
+ fix(cli): handle missing .planumrc
57
+ ```
58
+
59
+ Without the `(cli)` scope, the commit will be ignored by the CLI release pipeline.
60
+
50
61
  ## License
51
62
 
52
63
  [MIT](./LICENSE) © Clement Osternaud
package/dist/index.js CHANGED
@@ -708,7 +708,7 @@ var pushCommand = defineCommand5({
708
708
  // package.json
709
709
  var package_default = {
710
710
  name: "@cl3tus/planum",
711
- version: "1.0.0",
711
+ version: "1.0.1",
712
712
  description: "Sync .env files with your Planum vault",
713
713
  type: "module",
714
714
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cl3tus/planum",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Sync .env files with your Planum vault",
5
5
  "type": "module",
6
6
  "license": "MIT",