Skip to content

Commit

Permalink
Merge pull request #55 from guidesmiths/release-generator
Browse files Browse the repository at this point in the history
Release generator
  • Loading branch information
Íñigo Marquínez committed Jun 16, 2022
2 parents 108d7cb + dee3507 commit 578ab92
Show file tree
Hide file tree
Showing 4 changed files with 6,422 additions and 79 deletions.
14 changes: 14 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "πŸ†• Features", "hidden": false },
{ "type": "fix", "section": "πŸ› Bug Fixes", "hidden": false },
{ "type": "chore", "section": "πŸ”§ Others", "hidden": false },
{ "type": "docs", "section": "πŸ“ Docs", "hidden": false },
{ "type": "style", "section": "🎨 Styling", "hidden": false },
{ "type": "refactor", "section": "πŸ”„ Code Refactoring", "hidden": false },
{ "type": "perf", "section": "πŸ“ˆ Performance Improvements", "hidden": false },
{ "type": "test", "section": "πŸ”¬ Tests", "hidden": false },
{ "type": "ci", "section": "☁️ CI", "hidden": false }
],
"commit-all": true
}
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.2](https://github.com/guidesmiths/systemic/compare/v4.0.1...v4.0.2) (2022-06-14)


### πŸ“ Docs

* added assets (logo and banner) ([dc4d534](https://github.com/guidesmiths/systemic/commit/dc4d534edefbec92bff085ea16e5cdd99a8e8956))
* improved readme adding new assets ([6d1309d](https://github.com/guidesmiths/systemic/commit/6d1309de4e02c01a5bfdf35fe15879e4080ad1ab))


### πŸ”§ Others

* added assets folder to npmignore ([cb35c07](https://github.com/guidesmiths/systemic/commit/cb35c0756780fdae82766732653f51c9729ee44b))

## [4.0.1]

Expand Down
Loading

0 comments on commit 578ab92

Please sign in to comment.