autorel 0.0.26 → 0.0.27
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://conventionalcommits.org)
|
|
11
11
|
[]()
|
|
12
12
|
|
|
13
|
-
Automate releases based on [SemVer](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Like `semantic-release` and `release-please` but
|
|
13
|
+
Automate releases based on [SemVer](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Like `semantic-release` and `release-please` but simpler, faster, and more flexible.
|
|
14
14
|
|
|
15
15
|
Autorel automatically does the following, if appropriate:
|
|
16
16
|
|
|
@@ -32,6 +32,15 @@ Autorel automatically does the following, if appropriate:
|
|
|
32
32
|
- If using CLI, supports both `yaml` configuration and arguments
|
|
33
33
|
- Highly customizable without being overly complex
|
|
34
34
|
|
|
35
|
+
# Table of Contents
|
|
36
|
+
|
|
37
|
+
- [Example Usage (CLI)](#example-usage-cli)
|
|
38
|
+
- [Example Usage (Library)](#example-usage-library)
|
|
39
|
+
- [Configuration](#configuration)
|
|
40
|
+
- [Sample YAML Configuration](#sample-yaml-configuration)
|
|
41
|
+
- [Types](#types)
|
|
42
|
+
- [Support, Feedback, and Contributions](#support-feedback-and-contributions)
|
|
43
|
+
|
|
35
44
|
# Example Usage (CLI)
|
|
36
45
|
|
|
37
46
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorel",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
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)",
|