Skip to content

Commit

Permalink
feat(Angular Sem-Rel): Moving to default semantic release commit conv…
Browse files Browse the repository at this point in the history
…ention
  • Loading branch information
thomas-gale committed Mar 13, 2020
1 parent 3b86894 commit c349938
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: Generate Release
uses: cycjimmy/semantic-release-action@v2.1.3
with:
extra_plugins: |
conventional-changelog-eslint@3.0.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}

Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,21 @@
- Three (react-three-fiber)

## Semantic Release
Following [eslint conventions](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint)

- Major: `Breaking(XYZ): Description of XYZ`
- Minor: `New(XYZ): Description of XYZ.` or `Update(XYZ): Description of XYZ`
- Patch: `Fix(XYZ): Description of XYZ`
Following [angular conventions](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)

### Commit Message
```
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
```

### Header Types
- Major (Breaking): `perf(XYZ): Description of XYZ`
- Minor (Feature): `feat(XYZ): Description of XYZ.` or `Update(XYZ): Description of XYZ`
- Patch: `fix(XYZ): Description of XYZ`

## Contributing
Everything is subject to radical change... (the ultimate vision of the project is still forming)
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"homepage": "https://bitstoatoms.io",
"version": "0.1.0",
"private": true,
"release": {
"preset": "eslint"
},
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
Expand Down

0 comments on commit c349938

Please sign in to comment.