Skip to content

Commit

Permalink
Merge #1670
Browse files Browse the repository at this point in the history
1670: chore: fix prerelease command r=herschel666 a=herschel666

<details>
<summary>Bors merge bot cheat sheet</summary>

We are using [bors-ng](https://github.com/bors-ng/bors-ng) to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of `bors delegate+` or `bors delegate=[list]`).

| Syntax | Description |
| --- | --- |
| bors merge | Run the test suite and push to master if it passes. Short for "reviewed: looks good." |
| bors merge- | Cancel an r+, r=, merge, or merge= |
| bors try | Run the test suite without pushing to master. |
| bors try- | Cancel a try |
| bors delegate+ | Allow the pull request author to merge their changes. |
| bors delegate=[list] | Allow the listed users to r+ this pull request's changes. |
| bors retry | Run the previous command a second time. |

This is a short collection of opinionated commands. For a full list of the commands read the [bors reference](https://bors.tech/documentation/).

</details>


Co-authored-by: Emanuel Kluge <[email protected]>
  • Loading branch information
bors[bot] and Emanuel Kluge authored Mar 18, 2021
2 parents ae8b02c + 55d0b07 commit 1311c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"template-graphql": "yarn workspace hops-template-graphql run",
"template-react": "yarn workspace hops-template-react run",
"template-redux": "yarn workspace hops-template-redux run",
"prerelease": "node -e \"process.exit(process.env.GH_TOKEN !== undefined)\"",
"prerelease": "node -e \"process.exit(process.env.GH_TOKEN === undefined)\"",
"release": "lerna publish",
"release:prepare": "lerna version --no-push --yes",
"release:create-nightly": "yarn release premajor --conventional-prerelease --preid nightly",
Expand Down

0 comments on commit 1311c6b

Please sign in to comment.