Skip to content

Commit

Permalink
refactor: clean up code, tests and packages (#694)
Browse files Browse the repository at this point in the history
* refactor(gh-ci): make the changelog types more readable

* test(error): exclude one test (for the moment)

* chore(deps): update packages

* chore(gh-ci): run build process with docker

* reverse previous commit
  • Loading branch information
kilchenmann committed Mar 23, 2022
1 parent e255ac9 commit 1ad0879
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 579 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -96,7 +96,13 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
release-type: node
package-name: DSP-APP
changelog-types: '[{"type": "feat", "section": "Enhancements", "hidden": false }, {"type": "fix", "section": "Bug Fixes", "hidden": false }, {"type": "chore", "section": "Maintenance", "hidden": false }, {"type": "refactor", "section": "Maintenance", "hidden": false }, {"type": "docs", "section": "Documentation", "hidden": false }]'
changelog-types: '[
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
{"type": "chore", "section": "Maintenance", "hidden": false },
{"type": "refactor", "section": "Maintenance", "hidden": false },
{"type": "docs", "section": "Documentation", "hidden": false }
]'

# publish only on release
publish:
Expand Down

0 comments on commit 1ad0879

Please sign in to comment.