Skip to content

Commit

Permalink
Add release ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 17, 2024
1 parent 5be5057 commit 6870805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
/test
/docs
.eslintrc
.eslintrc.js
/mrs.developer.json
/tsconfig.json
/src/develop
.travis.yml
.travis.yml
.prettierrc
.towncrier
towncrier.toml
.changelog.draft
news
.github
.release-it.json
3 changes: 0 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
],
"after:release": "rm .changelog.draft"
},
"npm": {
"publish": false
},
"git": {
"commitArgs": ["--no-verify"],
"changelog": "pipx run towncrier build --draft --yes --version 0.0.0",
Expand Down

0 comments on commit 6870805

Please sign in to comment.