Skip to content

Commit

Permalink
fix(release): consolidating config (#7)
Browse files Browse the repository at this point in the history
consolidating config so that a zip is built instead of a tgz

Ref: LOG-19900
  • Loading branch information
gjanco authored May 31, 2024
1 parent 6b81283 commit 41bce10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"package": "tools/package.sh",
"release:dry": "semantic-release --no-ci --dry-run --branches=${GIT_BRANCH:-main}"
},
"release": {
"branches": [
"main"
],
"extends": "semantic-release-config-logdna"
},
"eslintConfig": {
"root": true,
"ignorePatterns": [
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = require('semantic-release-config-logdna')

module.exports = {
...config
, branches: ['main']
, npmPublish: false
, plugins: remap(config.plugins)
}
Expand Down

0 comments on commit 41bce10

Please sign in to comment.