Skip to content

Commit

Permalink
prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Dec 6, 2023
1 parent 43e52d8 commit 1fa4ee6
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.github
node_modules
cypress
cypress.config.js
babel.config.js
Makefile
jest-addon.config.js
__snapshots__
screencast.gif
screenshot.png

build

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

.yarnrc.yml
yarn.lock
Empty file added news/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions news/1.major
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial Implementation of Logos Block
19 changes: 19 additions & 0 deletions release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"hooks": {
"after:bump": "pipx run towncrier build --draft --yes --version ${version} > .changelog.draft && pipx run towncrier build --yes --version ${version}",
"after:release": "rm .changelog.draft"
},
"git": {
"changelog": "pipx run towncrier build --draft --yes --version 0.0.0",
"requireUpstream": false,
"requireCleanWorkingDir": false,
"commitMessage": "Release ${version}",
"tagName": "${version}",
"tagAnnotation": "Release ${version}"
},
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "cat .changelog.draft"
}
}
3 changes: 3 additions & 0 deletions yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs

0 comments on commit 1fa4ee6

Please sign in to comment.