Skip to content

Commit

Permalink
feat ✨: Update workflow to write CHANGELOG, refine project details, a…
Browse files Browse the repository at this point in the history
…nd improve documentation
  • Loading branch information
DavideLadisaSidea committed Aug 2, 2024
1 parent 0fdab52 commit a408e5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 71 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
# useGitmojis: true
includeInvalidCommits: true
excludeTypes: null
writeToFile: CHANGELOG.md

# - name: Create Release
# uses: ncipollo/[email protected]
Expand All @@ -49,9 +50,9 @@ jobs:
# body: ${{ steps.changelog.outputs.changes }}
# token: ${{ secrets.GITHUB_TOKEN }}

- name: Commit CHANGELOG.md
uses: stefanzweifel/[email protected]
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/[email protected]
# with:
# branch: main
# commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
# file_pattern: CHANGELOG.md
65 changes: 0 additions & 65 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))*
Expand Down

0 comments on commit a408e5f

Please sign in to comment.