Skip to content

Commit

Permalink
Prepare for 2nd shot at a release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 1, 2022
1 parent 65130b5 commit 8655391
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 394 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -58,3 +58,4 @@ tests.json
.idea

/*.sh
.DS_Store
2 changes: 1 addition & 1 deletion .release-it.json
Expand Up @@ -5,7 +5,7 @@
},
"buildCommand": "yarn package",
"hooks": {
"before:bump": "yarn declarations; yarn build:schemas",
"before:bump": "yarn declarations; yarn build:schemas; yarn package",
"after:release": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
}
}
10 changes: 0 additions & 10 deletions .travis-just-danger.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "danger",
"version": "10.9.0",
"version": "11.0.0",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
"build:pretty-types": "yarn prettier --write distribution/danger.d.ts; yarn prettier --parser flow distribution/danger.js.flow --write",
"build:watch": "tsc -w",
"link": "yarn run build && chmod +x distribution/commands/danger.js && yarn link",
"package": "yarn run build; yarn run pkg . --output brew-distribution/danger; zip -j brew-distribution/danger-macos.zip brew-distribution/danger; shasum -a 256 brew-distribution/danger-macos.zip",
"package": "yarn run pkg . --output brew-distribution/danger; zip -j brew-distribution/danger-macos.zip brew-distribution/danger; shasum -a 256 brew-distribution/danger-macos.zip",
"declarations": "ts-node ./scripts/create-danger-dts.ts",
"docs:cp_defs": "mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; cp node_modules/@octokit/rest/index.d.ts docs/docs_generate/github.d.ts",
"docs": "yarn run docs:cp_defs; yarn typedoc --ignoreCompilerErrors --mode modules --json docs/js_ref_dsl_docs.json --includeDeclarations source",
Expand Down

0 comments on commit 8655391

Please sign in to comment.