-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Fix README and added enhancement on CI
- Loading branch information
Showing
6 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,14 @@ Read your README and copy the last information about changes for the new tag/rel | |
## How to use | ||
|
||
Create the README file on the repository and add the changelog structure. Your struct should seem with: | ||
(Ignore "\" on the example) | ||
|
||
``` | ||
... | ||
## Changelog | ||
\<!-- Version start @@ {"version": "v0.1.1", tagtitle: "..."} --> Start of the last changelog | ||
\<!-- Version start @@ {"version": "v0.1.1", "tagtitle": "..."} --> Start of the last changelog | ||
- ### v0.1.1 | ||
|
@@ -33,7 +34,7 @@ Workflow example | |
steps: | ||
- name: Read the README.md | ||
id: changelog | ||
uses: ./ | ||
uses: Jeconias/[email protected] | ||
with: | ||
path: "./README.md" # The path to read a README.md file. (Optional) | ||
- name: Showing the last changelog | ||
|
@@ -42,13 +43,21 @@ steps: | |
## Changelog | ||
<!-- Version start @@ {"version": "v1", "release": "Initial"} --> | ||
<!-- Version start @@ {"version": "v1.3", "release": "Initial", "shouldCreateRelease": "true"} --> | ||
- ### v0.1.3 | ||
- Fix example. | ||
<!-- Version end --> | ||
- ### v0.1.2 | ||
- Fix README and added a condition to verify if should create a new release on workflow. | ||
- ### v0.1.1 | ||
- Fix imports of main.ts | ||
- Updated main.yml to use the Changelog Action to reading the README.md and create a release. | ||
<!-- Version end --> | ||
- ### v0.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters