Skip to content

Releases: ejoffe/spr

v0.13.1

08 Jul 05:05
Compare
Choose a tag to compare

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

01 Jun 20:15
Compare
Choose a tag to compare

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

24 Apr 18:40
Compare
Choose a tag to compare

Changelog

  • 85b71ef PR descriptions are updated after commit reordering
  • 1046af0 Refactor UpdatePullRequest to accept PR stack instead of GitHubInfo

v0.12.1

22 Apr 06:09
Compare
Choose a tag to compare

Changelog

  • 05c9868 Add ability to use GitHub merge queues
  • 95547e5 Add an option to fetch tags
  • 3b93446 Remove branch name from pr namespace.
  • 5578059 refactor commit local stack fetching

v0.12.0

18 Apr 20:33
Compare
Choose a tag to compare

Changelog

  • 70003a9 Remove user id from pr branch names
  • a39f33f check for valid terminal width before cropping line
  • a1939e4 only lookup current repo pull requests

v0.11.2

12 Apr 21:41
Compare
Choose a tag to compare

Changelog

  • ef4abd8 Fix null ptr dereference in github user name
  • 867ff5d Tolerate custom format.pretty settings in user .gitconfig

v0.11.1

30 Mar 17:55
Compare
Choose a tag to compare

Changelog

v0.11.0

29 Mar 19:26
Compare
Choose a tag to compare

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

06 Mar 21:10
Compare
Choose a tag to compare

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

02 Jan 06:26
Compare
Choose a tag to compare

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