mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
docs: add major version notes
This commit is contained in:
parent
43331d369a
commit
a1abfab376
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
||||||
|
## Updating from `v4` to `v5`
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
- The action will no longer leave the local repository checked out on the pull request `branch`. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.
|
||||||
|
- When using `add-paths`, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.
|
||||||
|
|
||||||
|
### What's new
|
||||||
|
|
||||||
|
- At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
|
||||||
|
- Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the `add-paths` input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.
|
||||||
|
|
||||||
## Updating from `v3` to `v4`
|
## Updating from `v3` to `v4`
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue