@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.
- package/README.md +10 -0
- 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