Skip to content

Commit

Permalink
fix(release): re-enable github releases
Browse files Browse the repository at this point in the history
github releases was disabled for testing. Re-enabling it
  • Loading branch information
esatterwhite committed Mar 23, 2021
1 parent 599bedf commit 2ac8f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seeli",
"version": "12.3.2",
"version": "12.3.3",
"description": "Object oriented, flexible CLI tools",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ module.exports = {
, message: `release: ${year}-${month}-${day}, `
+ 'Version <%= nextRelease.version %> [skip ci]'
}]
// , ['@semantic-release/github', null]
, ['@semantic-release/github', null]
]
}

0 comments on commit 2ac8f96

Please sign in to comment.