@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 +11 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
711
|
+
version: "1.0.1",
|
|
712
712
|
description: "Sync .env files with your Planum vault",
|
|
713
713
|
type: "module",
|
|
714
714
|
license: "MIT",
|