Skip to content

Commit

Permalink
fix(*): cleanup ci and semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed May 22, 2020
1 parent 8881781 commit b4d387e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
["@semantic-release/npm", {
"npmPublish": false
}],
["@semantic-release/git", {
"assets": ["src/environments/environment.ts", "src/environments/environment.prod.ts", "package.json", "package-lock.json"]
}],
["@semantic-release/exec", {
"publishCmd": "./docker/publish.sh ${nextRelease.version} && tar -zcf ndb-core_${nextRelease.version}.tar.gz dist"
"publishCmd": "./docker/publish.sh ${nextRelease.version} && tar -zcf ndb-core_${nextRelease.version}.tar.gz dist",
"successCmd": "rm -r dist && rm -r docker/dist && rm ndb-core_${nextRelease.version}.tar.gz"
}],
["@semantic-release/github", {
"assets": "ndb-core_${nextRelease.version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit b4d387e

Please sign in to comment.