diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index dbc6711..1be9f52 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -38,6 +38,7 @@ jobs: # useGitmojis: true includeInvalidCommits: true excludeTypes: null + writeToFile: CHANGELOG.md # - name: Create Release # uses: ncipollo/release-action@v1.14.0 @@ -49,9 +50,9 @@ jobs: # body: ${{ steps.changelog.outputs.changes }} # token: ${{ secrets.GITHUB_TOKEN }} - - name: Commit CHANGELOG.md - uses: stefanzweifel/git-auto-commit-action@v5.0.1 - with: - branch: main - commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' - file_pattern: CHANGELOG.md + # - name: Commit CHANGELOG.md + # uses: stefanzweifel/git-auto-commit-action@v5.0.1 + # with: + # branch: main + # commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' + # file_pattern: CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 556d971..f891cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,68 +1,3 @@ -#### 1.0.6 (2024-08-01) - -#### 1.0.4 (2024-07-31) - -##### Documentation Changes - -* update changelog ([52999614](https://github.com/FrancoStino/commitgroq/commit/52999614a1b7563018a5d716ceab2870188eeb77)) - -##### New Features - -* update packages.json ([85a327da](https://github.com/FrancoStino/commitgroq/commit/85a327da700a98e3597d07dd0c2fa5eea54eb731)) - -##### Other Changes - -* CHANGELOG.md ([bcb2d6a0](https://github.com/FrancoStino/commitgroq/commit/bcb2d6a0637fb7cf9a917559f0078fd730589cd6)) -* update readme ([c681febe](https://github.com/FrancoStino/commitgroq/commit/c681febe799c0c24cc0e6c9858b37b2a6ab04741)) -* update method for store api key ([de05ba12](https://github.com/FrancoStino/commitgroq/commit/de05ba129c1f7e4345a039ef4bce57387a53da1e)) -* Updated project details in package.json to v1.0.1. ([d28bcca7](https://github.com/FrancoStino/commitgroq/commit/d28bcca76a21d944e15f1488176ecb5739a74d36)) -* Separated configuration between open visual studio options and updated documentation with language option for commit messages. ([a8d76267](https://github.com/FrancoStino/commitgroq/commit/a8d76267910a29601697d32bbd75ae64abf729b3)) - -#### 1.0.3 (2024-07-31) - -##### Documentation Changes - -* update changelog ([52999614](https://github.com/FrancoStino/commitgroq/commit/52999614a1b7563018a5d716ceab2870188eeb77)) - -##### New Features - -* update packages.json ([85a327da](https://github.com/FrancoStino/commitgroq/commit/85a327da700a98e3597d07dd0c2fa5eea54eb731)) - -##### Other Changes - -* update readme ([c681febe](https://github.com/FrancoStino/commitgroq/commit/c681febe799c0c24cc0e6c9858b37b2a6ab04741)) -* update method for store api key ([de05ba12](https://github.com/FrancoStino/commitgroq/commit/de05ba129c1f7e4345a039ef4bce57387a53da1e)) -* Updated project details in package.json to v1.0.1. ([d28bcca7](https://github.com/FrancoStino/commitgroq/commit/d28bcca76a21d944e15f1488176ecb5739a74d36)) -* Separated configuration between open visual studio options and updated documentation with language option for commit messages. ([a8d76267](https://github.com/FrancoStino/commitgroq/commit/a8d76267910a29601697d32bbd75ae64abf729b3)) - -#### 1.0.2 (2024-07-31) - -##### Documentation Changes - -* update changelog ([52999614](https://github.com/FrancoStino/commitgroq/commit/52999614a1b7563018a5d716ceab2870188eeb77)) - -##### New Features - -* update packages.json ([85a327da](https://github.com/FrancoStino/commitgroq/commit/85a327da700a98e3597d07dd0c2fa5eea54eb731)) - -##### Other Changes - -* update readme ([c681febe](https://github.com/FrancoStino/commitgroq/commit/c681febe799c0c24cc0e6c9858b37b2a6ab04741)) -* update method for store api key ([de05ba12](https://github.com/FrancoStino/commitgroq/commit/de05ba129c1f7e4345a039ef4bce57387a53da1e)) -* Updated project details in package.json to v1.0.1. ([d28bcca7](https://github.com/FrancoStino/commitgroq/commit/d28bcca76a21d944e15f1488176ecb5739a74d36)) -* Separated configuration between open visual studio options and updated documentation with language option for commit messages. ([a8d76267](https://github.com/FrancoStino/commitgroq/commit/a8d76267910a29601697d32bbd75ae64abf729b3)) - -#### 1.0.1 (2024-07-31) - -##### Other Changes - -- Updated project details in package.json to v1.0.1. ([d28bcca7](https://github.com/FrancoStino/commitgroq/commit/d28bcca76a21d944e15f1488176ecb5739a74d36)) -- Separated configuration between open visual studio options and updated documentation with language option for commit messages. ([a8d76267](https://github.com/FrancoStino/commitgroq/commit/a8d76267910a29601697d32bbd75ae64abf729b3)) - -#### 1.0.1 (2024-07-30) - -- Initial release - ## [main] - 2024-08-02 ### :flying_saucer: Other Changes - [`47fb8d9`](https://github.com/FrancoStino/commitgroq/commit/47fb8d96ecb6820eb131ff0432bce263ccf8bd9b) - lock *(commit by [@DavideLadisaSidea](https://github.com/DavideLadisaSidea))*