forked from tibdex/backport
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing prettier errors, updating changelog
Signed-off-by: Vacha Shah <[email protected]>
- Loading branch information
Showing
5 changed files
with
444 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
name: Test | ||
on: | ||
push: | ||
branches-ignore: | ||
- main | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
# 2.0 (Upcoming) | ||
# 2.1.0 (10/28/2022) | ||
|
||
- Put worktree outside of repo in manual steps ([#5](https://github.com/VachaShah/backport/pull/5)) | ||
- Retry post error for filtering out files ([#6](https://github.com/VachaShah/backport/pull/6)) | ||
|
||
# 2.0.0 (10/26/2022) | ||
|
||
- Adding manual trigger for publish workflow | ||
- Fixing filestoskip option after merge | ||
- Add support for skipping certain files for backporting ([#4](https://github.com/VachaShah/backport/pull/4)) | ||
- Removing custom branch name as it is now available in upstream | ||
- Merge changes from upstream. | ||
|
||
# 1.1.4 (1/6/2022) | ||
|
||
- [#1](https://github.com/VachaShah/backport/pull/1): Adding an option for custom branch name for backport - [@vachshah](https://github.com/VachaShah). | ||
- Adding an option for custom branch name for backport. ([#1](https://github.com/VachaShah/backport/pull/1)) | ||
- Initial fork from [tibdex/backport](https://github.com/tibdex/backport). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.