autorel 2.5.8 → 2.5.10
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,6 +86,8 @@ Here are some examples of commit messages and the resulting [SemVer](https://sem
|
|
|
86
86
|
- `feat: add new feature` -> `0.1.0` (minor)
|
|
87
87
|
- `feat!: add breaking change` -> `1.0.0` (major)
|
|
88
88
|
|
|
89
|
+
See our [default configuration](/src/defaults.ts) for more details on how commit types are mapped to version bumps.
|
|
90
|
+
|
|
89
91
|
You can find more examples in the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) documentation.
|
|
90
92
|
|
|
91
93
|
## System Requirements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10",
|
|
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)",
|