Skip to content

Commit

Permalink
Post release
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 30, 2023
1 parent 63231ef commit 44aa5de
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
30 changes: 30 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.github
.editorconfig
node_modules
cypress
Makefile
__snapshots__
.eslintrc.local.js
.prettierrc
.prettierignore
.release-it.json
.stylelintrc
screenshot.jpg
screenshot-edit.jpg
towncrier.toml

build
acceptance
dockerfiles

# yarn 3
.yarn
.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.yarnrc.yml
yarn.lock
3 changes: 0 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"release": true,
"releaseName": "${version}",
"releaseNotes": "cat .changelog.draft"
},
"npm": {
"publish": false
}
}

0 comments on commit 44aa5de

Please sign in to comment.