Skip to content

Commit

Permalink
Log 19900 release fix (#5)
Browse files Browse the repository at this point in the history
* chore: force new release

* fix(release): adding alternative branch

This repo uses main.  Added release section to package.json to help sematic-release

Ref: LOG-19900
  • Loading branch information
gjanco committed May 30, 2024
1 parent fd60f46 commit b8c7bf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"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

0 comments on commit b8c7bf1

Please sign in to comment.