autorel 1.0.6 → 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/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,8 @@ Autorel automatically does the following, if appropriate:
|
|
|
14
14
|
|
|
15
15
|
- Bumps the version based on the commit messages
|
|
16
16
|
- Creates a new release on GitHub with Release Notes
|
|
17
|
-
- Publishes the
|
|
18
|
-
- Runs any arbitrary command or bash script
|
|
17
|
+
- Publishes the package to NPM
|
|
18
|
+
- Runs any arbitrary command or bash script
|
|
19
19
|
|
|
20
20
|
**✅ Conventional Commit and SemVer Compliant**
|
|
21
21
|
- 100% compliant with Conventional Commits and SemVer out of the box, including "!" for breaking changes
|
|
@@ -23,10 +23,12 @@ Autorel automatically does the following, if appropriate:
|
|
|
23
23
|
**😃 Simple & Easy to Use**
|
|
24
24
|
- No confusing configuration files or complex setup
|
|
25
25
|
- Works with any CI/CD system, including GitHub Actions
|
|
26
|
-
- Built-in
|
|
26
|
+
- Built-in bash script support
|
|
27
|
+
- Works with other languages, not just Node.js
|
|
27
28
|
|
|
28
29
|
**🚀 Fast & Lightweight**
|
|
29
|
-
- Minimal dependencies and fast execution
|
|
30
|
+
- Minimal dependencies and fast execution written in TypeScript
|
|
31
|
+
- Comprehensive test coverage
|
|
30
32
|
- Less broken builds and more time to focus on your code!
|
|
31
33
|
|
|
32
34
|
# Table of Contents
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Automate semantic releases based on conventional commits. Similar to semantic-release but much simpler.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Marc H. Weiner <mhweiner234@gmail.com> (https://mhweiner.com)",
|