Skip to content

Commit

Permalink
Merge pull request #75 from saadmk11/relaese-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
saadmk11 committed Oct 24, 2021
2 parents c38c22b + a38d3f5 commit 5bbed04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version: 1.0.0

* [#57](https://github.com/saadmk11/changelog-ci/pull/57): Cleanup code
* [#58](https://github.com/saadmk11/changelog-ci/pull/58): Update GitHub Action Versions
* [#67](https://github.com/saadmk11/changelog-ci/pull/67): Added Feature request Issue Template
* [#66](https://github.com/saadmk11/changelog-ci/pull/66): Added Bug Report Issue Template
* [#68](https://github.com/saadmk11/changelog-ci/pull/68): Add Configuration options for `Unlabeled Changes`
* [#73](https://github.com/saadmk11/changelog-ci/pull/73): Add What's new in Latest Version of Changelog CI Section in the Output
* [#69](https://github.com/saadmk11/changelog-ci/pull/69): Trigger Changelog CI on Different Events
* [#72](https://github.com/saadmk11/changelog-ci/pull/72): Add Support for reStructuredText Changelog
* [#74](https://github.com/saadmk11/changelog-ci/pull/74): Restructure the Documentation


# Version: 0.8.0

* [#50](https://github.com/saadmk11/changelog-ci/pull/50): Update LICENSE Copyright year
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v0.8.0
uses: saadmk11/changelog-ci@v1.0.0
```

### Workflow input options
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v0.8.0
uses: saadmk11/changelog-ci@v1.0.0
with:
# Optional, you can provide any name for your changelog file,
# We currently support Markdown (.md) and reStructuredText (.rst) files
Expand Down

0 comments on commit 5bbed04

Please sign in to comment.