Skip to content

Commit

Permalink
feat: Release ical-generator on jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Apr 16, 2024
1 parent 8706798 commit 776a307
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"exports": "./src/index.ts",
"name": "@sebbo2002/ical-generator",
"publish": {
"exclude": [
"examples/**",
"release.config.cjs",
"test/**",
"tsup.config.ts"
]
},
"version": "7.1.0"
}
76 changes: 76 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"description": "ical-generator is a small piece of code which generates ical calendar files",
"devDependencies": {
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
"@sebbo2002/semantic-release-jsr": "^1.0.0-develop.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down
2 changes: 2 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ configuration.plugins.push('semantic-release-license');

configuration.plugins.push('@semantic-release/npm');

configuration.plugins.push('@sebb2002/semantic-release-jsr');

configuration.plugins.push(['@semantic-release/exec', {
'prepareCmd': './.github/workflows/build.sh'
}]);
Expand Down

0 comments on commit 776a307

Please sign in to comment.