Skip to content

Commit e36f3ac

Browse files
authored
fix(release): Add release to .releaserc.json (#458)
* Update package.json * Switch where we put that * Update readme
1 parent 7e4ed56 commit e36f3ac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
55
"@semantic-release/github"
6-
]
6+
],
7+
"release": { "branches": [ "main" ] }
78
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ If you see anything wrong with the API and not the data, please open an issue or
2626
* Fork this repository
2727
* Create a new branch for your work
2828
* Push up any changes to your branch, and open a pull request. Don't feel it needs to be perfect — incomplete work is totally fine. We'd love to help get it ready for merging.
29+
* We use Semantic Release so here are the PR naming convetions:
30+
31+
| Commit message | Release type |
32+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
33+
| fix(pencil): stop graphite breaking when too much pressure applied | Patch Fix Release |
34+
| feat(pencil): add 'graphiteWidth' option | Minor Feature Release |
35+
| perf(pencil): remove graphiteWidth option<br><br>BREAKING CHANGE: The graphiteWidth option has been removed.<br>The default graphite width of 10mm is always used for performance reasons. | Major Breaking Release<br><br>(Note that the BREAKING CHANGE: token must be in the footer of the commit) |
2936

3037
# Code of Conduct
3138

0 commit comments

Comments
 (0)