Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Roang-zero1 committed Dec 6, 2019
1 parent 69d4a52 commit 5cf058d
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
# CHANGELOG

## v2.1.0

- Add option to pass tag from another action (Fixes #2 ).
- Add option to pass release title.

## v2.0.2

* Add additional output for the Changelog parsing process
* Add required fields to the input parameters
- Add additional output for the Changelog parsing process
- Add required fields to the input parameters

## v2.0.1

* Update `README.md`
- Update `README.md`

## v2.0.0

* Add `action.yml` file
* Switch from using `env` to `inputs`

- Add `action.yml` file
- Switch from using `env` to `inputs`

## v1.0.3

* Migrate to Actions V2 yml files
- Migrate to Actions V2 yml files

## v1.0.2

* Update workflow
- Update workflow

## v1.0.1

* Change Action name to be unique
- Change Action name to be unique

## v1.0.0

Initial Release

* Create release from tag
* Verify release version format with regular expression
* Create releases as draft
* Create pre-releases with regular expression matching
* Update existing releases
* Parse release body from a changelog file
- Create release from tag
- Verify release version format with regular expression
- Create releases as draft
- Create pre-releases with regular expression matching
- Update existing releases
- Parse release body from a changelog file

0 comments on commit 5cf058d

Please sign in to comment.