Skip to content

Commit

Permalink
feat: roadmap & change log
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadTheIronside committed Apr 1, 2024
1 parent 1290fa4 commit afe6ff2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,10 @@ export const List = <
);
};
```
## Roadmap
- Add CD
- Write a simpler generic
- Better documentation
- Add example
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "slots-component",
"scripts": {
"release": "release-it",
"build": "tsc",
"test": "ts-node --typeCheck index.test.tsx"
},
Expand All @@ -19,10 +20,21 @@
"license": "MIT",
"release-it": {
"git": {
"requireBranch": "main",
"commitMessage": "chore: release v${version}"
},
"hooks": {
"before:init": [
"git pull",
"npm test"
],
"after:bump": "npx auto-changelog -p"
},
"github": {
"release": true
},
"npm": {
"publish": true
}
},
"peerDependencies": {
Expand Down

0 comments on commit afe6ff2

Please sign in to comment.