@immense/vue-pom-generator 1.0.3 → 1.0.7
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/RELEASE_NOTES.md +21 -0
- package/package.json +1 -1
package/RELEASE_NOTES.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
● ## Highlights
|
|
2
|
+
- Release workflow now publishes to npm.
|
|
3
|
+
- Removed deprecated publish-npm workflow.
|
|
4
|
+
- Added PR release-notes preview comments.
|
|
5
|
+
|
|
6
|
+
## Changes
|
|
7
|
+
- CI/CD
|
|
8
|
+
- Deleted .github/workflows/publish-npm.yml (109 lines removed).
|
|
9
|
+
- Updated .github/workflows/release.yml (+12 lines) to include npm publish.
|
|
10
|
+
- Introduced PR release-notes preview comments.
|
|
11
|
+
|
|
12
|
+
## Breaking Changes
|
|
13
|
+
- None.
|
|
14
|
+
|
|
15
|
+
## Pull Requests Included
|
|
16
|
+
- #1 Add PR release-notes preview comments — https://github.com/immense/vue-pom-generator/pull/1
|
|
17
|
+
(by @dkattan)
|
|
18
|
+
|
|
19
|
+
## Testing
|
|
20
|
+
- No tests added; CI configuration changes only.
|
|
21
|
+
|
package/package.json
CHANGED