Skip to content

Commit

Permalink
Merge pull request #116 from ministryofjustice/ci1
Browse files Browse the repository at this point in the history
Ci1 - Debug enabled
  • Loading branch information
John Nolan authored Oct 22, 2020
2 parents 6838a18 + 35c5b97 commit c12bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [{"name": "master", "channel": "alpha", "prerelease": true}],
"dryRun": true,
"dryRun": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "gulp",
"build:package": "node bin/check-nvmrc.js && gulp build:package",
"ci:release": "HUSKY_SKIP_HOOKS=1 CI=true semantic-release",
"ci:release": "HUSKY_SKIP_HOOKS=1 CI=true semantic-release --debug",
"ci:dryrun": "HUSKY_SKIP_HOOKS=1 CI=true semantic-release --dry-run"
},
"repository": {
Expand Down

0 comments on commit c12bebc

Please sign in to comment.