Skip to content

Commit

Permalink
docs: update semantic and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbonhomme committed Jan 15, 2023
1 parent 7663593 commit 8d87bbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
docs
test
chore
style
refactor
perf
check-commit-message:
name: Check Commit Message
Expand Down Expand Up @@ -64,4 +67,4 @@ jobs:
- name: PR Title Verify
uses: satvik-s/[email protected]
with:
pattern: '(fix|feat|chore|docs|style|refactor|perf|test): (?:\w+\b\W*){2,8}$'
pattern: '(fix|feat|chore|doc|docs|style|refactor|perf|test): (?:\w+\b\W*){2,8}$'
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@ Dummy demonstration http server.
## Useful links
- [The Clean Architecture article](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-architecture.html)
- [Twelve factors](https://12factor.net/ru/)


## Github Actions

* [Code coverage](https://github.com/romeovs/lcov-reporter-action)
* [Changelog builder](https://github.com/mikepenz/release-changelog-builder-action)
* [Create GH release](https://github.com/softprops/action-gh-release)

## To Do

* [ ] Automatic versioning + release (https://github.com/softprops/action-gh-release)

0 comments on commit 8d87bbd

Please sign in to comment.