Releases: ejoffe/spr
Releases · ejoffe/spr
v0.13.1
Changelog
- da28ae0 Address
archives.replacements
being removed from goreleaser - 53c30a2 Address deprecation warning on goreleaser's --rm-dist
- c667e7e Check goreleaser config in CI github workflow
- f876089 fix: WIP commit panic in formatStackMarkdown
- f00e0f6 fix: add missing
{{end}}
to goreleaser name template - 4a7e077 fix: support large repos by fetching only user's pull requests
v0.13.0
Note : Upgrading to v0.13 changes the pull request branch naming, due to this when spr update is run using the new version, new pull requests will be generated for a given stack. Old pull requests can be manually closed in the github ui. To avoid this, upgrade to v0.13 when you have an empty stack.
Changelog
- 7ed55a4 Add remote target branch to pr : no more config
- 3a6fe7b BranchNameIncludeTarget : option to include traget branch name in pr branch
- 5c50650 Remove GitHubBranch and GitHubOrigin from config - now fetched automatically using git status
- 1d6b6a4 Rename InternalConfig -> InternalState
- 202945c config : remove old field
v0.12.2
v0.12.1
v0.12.0
v0.11.2
v0.11.1
v0.11.0
Changelog
- a5b1a69 Add a flag to run spr without rebase, and also a configuration knob
- 9416d2f Add command for workflow sync support #232
- f9510ab Add fetch tags to the git fetch command
- 3fac271 Add support for PR templates
- d39537b Concurrent PR updating
- de380f0 Don't update stack for
merge
if-c
is set - cfeb105 Fix deadlock in unit test
- 8aa59ad Omit empty pr template values from config
- fe13ac2 merge pre check feature
- 9198098 move stargazer data into internal state file
- 0b19975 update readme with norebase config
v0.10.0
Changelog
- a5b1a69 Add a flag to run spr without rebase, and also a configuration knob
- 9416d2f Add command for workflow sync support #232
- f9510ab Add fetch tags to the git fetch command
- 3fac271 Add support for PR templates
- d39537b Concurrent PR updating
- de380f0 Don't update stack for
merge
if-c
is set - cfeb105 Fix deadlock in unit test
- 8aa59ad Omit empty pr template values from config
- 5f1b67c update readme with norebase config
v0.9.3
Changelog
- e6a2e23 Adds support for tracking multiple remote branches
- ed8a69e Disambiguate from getcord/spr which brew installs
- 9597afc Encapsulated git spr commands into inline code blocks and fixed minor grammar mistakes in readme.md
- 08062a5 Fix PreserveTitleAndBody bug
- 51f9f7d Fix critical bug introduced with #206
- 6f93850 Fix missing newline before commit-id in some cases
- e7d2462 Remove need for commit-msg hook
- 565965f Update Apt install to work with file permissions
- 5848b0e readme update : from source using goreleaser
- 72d297b switch graphql client to use fezzik