Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2022
1 parent def4b98 commit c8fe5f1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13,241 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.5.3] - 2021-11-25 [PR: #45](https://github.com/dolittle/establish-context-action/pull/45)
## Summary

Trims the spaces around prerelease branch names after splitting on comma to allow specifying:
```yaml
- name: Establish context
id: context
uses: dolittle/establish-context-action@v2
with:
prerelease-branches: legolas, gandalf
```
instead of:
```yaml
- name: Establish context
id: context
uses: dolittle/establish-context-action@v2
with:
prerelease-branches: legolas,gandalf
```
### Fixed
- Trim spaces around prerelease branch names
# [2.5.2] - 2021-5-18 [PR: #41](https://github.com/dolittle/establish-context-action/pull/41)
## Summary
Expand Down
Loading

0 comments on commit c8fe5f1

Please sign in to comment.