Skip to content

Commit

Permalink
Merge pull request #1471 from glimmerjs/enable-github-release-automation
Browse files Browse the repository at this point in the history
Set default git config, add github config, per the rest of ember-family-of-projects-automation
  • Loading branch information
NullVoxPopuli authored Oct 27, 2023
2 parents f008604 + 7f78c18 commit 5d98c9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@
"launchEditor": true
}
},
"git": {
"commitMessage": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"tokenRef": "GITHUB_AUTH"
},
"npm": false
},
"changelog": {
Expand Down

0 comments on commit 5d98c9d

Please sign in to comment.