Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 12, 2020
1 parent 9f3b757 commit 83daa2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3

* Introduce `same-branch-only` input, used to explicitly control whether a workflow runs should be synchronized across branches. The default remains `true` but can not be overridden to `false` [#17](https://github.com/softprops/turnstyle/pull/7)
* Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [https://github.com/softprops/turnstyle/pull/8](#8)

## 0.1.2

* Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnstyle",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "GitHub Action for limiting one workflow to complete at a time",
"main": "lib/main.js",
Expand Down

0 comments on commit 83daa2a

Please sign in to comment.