Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Sep 19, 2021
1 parent d7a80d4 commit d4a621f
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.0.0 (September 19, 2021)

- Get upstream branch from `github.context.ref`. input-variable `upstream-branch` is no longer needed
- Input-variable `exclude` now accepts a multiline input:

```yaml
- uses: milliHQ/gh-action-release-branch@v2.0.0
with:
release-branch: release
release-tag: v1.0.0
exclude: |
lib/**/*
test/**/*
```
## 1.1.0 - (May 04, 2021)
- Include dotfiles in delete commit ([#3](https://github.com/dealmore/gh-action-terraform-module-release/pull/3))
Expand Down
28 changes: 20 additions & 8 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit d4a621f

Please sign in to comment.