Skip to content

Commit

Permalink
Configurate semantic-release and remove release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nossair-additio committed Apr 5, 2023
1 parent f689cda commit 2920cdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 43 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/release.yml

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@additio/react-big-calendar",
"version": "1.6.9",
"version": "0.0.0-development",
"description": "Calendar! with events",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/additio/react-big-calendar.git"
"url": "https://github.com/additio/react-big-calendar.git"
},
"publishConfig": {
"@additio:registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -41,7 +41,8 @@
"prettier": "prettier '**/*js' '!lib/**' --write ",
"storybook": "start-storybook -p 9002",
"test": "yarn lint && NODE_ENV=test jest",
"tdd": "NODE_ENV=test jest --watch"
"tdd": "NODE_ENV=test jest --watch",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.14.0 || ^17 || ^18",
Expand Down Expand Up @@ -103,7 +104,7 @@
"rollup-plugin-terser": "^7.0.2",
"sass": "1.57.1",
"sass-loader": "^13.2.0",
"semantic-release": "^20.0.2",
"semantic-release": "^21.0.1",
"zx": "^7.1.1"
},
"dependencies": {
Expand Down

0 comments on commit 2920cdf

Please sign in to comment.