@mistralys/persona-builder 2.1.2 → 2.1.3

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
@@ -91,3 +91,13 @@ the `PersonaBuildPlugin` interface, examples, and the available hooks.
91
91
  ## 📄 License
92
92
 
93
93
  MIT
94
+
95
+ ---
96
+
97
+ ## Release Workflow
98
+
99
+ 1. Add changelog entries
100
+ 2. `npm version 0.0.0` - Updates package and lock versions + commit
101
+ 3. `npm publish` - Publish version on NPM
102
+ 4. `git push origin 0.0.0` - Add the tag in GIT
103
+ 5. Add the release on Github
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mistralys/persona-builder",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Standalone library for building AI persona documents from YAML metadata and Markdown content templates.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",