GitPedia
InditexTech

InditexTech/gh-sherpa

Streamline branch and pull request creation for Jira or GitHub issues from command line

11 Releases
Latest: 1mo ago
1.6.0Latest
github-actions[bot]github-actions[bot]ยท1mo agoยทMay 28, 2026
GitHub

๐Ÿ“‹ What's Changed

  • Bump Node related actions to Node 24 by @carlosmmesa in https://github.com/InditexTech/gh-sherpa/pull/153
  • Pending-commits confirmation prompt ignores --yes by @juliojgd in https://github.com/InditexTech/gh-sherpa/pull/155
  • feat: add AI-friendly CLI flags for non-interactive usage by @juliojgd in https://github.com/InditexTech/gh-sherpa/pull/157
  • Release 1.6.0 by @jorgegarciarey in https://github.com/InditexTech/gh-sherpa/pull/158
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.5.1...1.6.0
1.5.1
github-actions[bot]github-actions[bot]ยท3mo agoยทMarch 3, 2026
GitHub

๐Ÿ“‹ What's Changed

  • Enhance CLA instructions in CONTRIBUTING.md by @marianoao in https://github.com/InditexTech/gh-sherpa/pull/148
  • fix: The new --prefer-hotfix argument does not behave as intended by @juliojgd in https://github.com/InditexTech/gh-sherpa/pull/145
  • Release 1.5.1 by @danielfn in https://github.com/InditexTech/gh-sherpa/pull/149

โœจ New Contributors

  • @marianoao made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/148
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.5.0...1.5.1
1.5.0
github-actions[bot]github-actions[bot]ยท7mo agoยทNovember 17, 2025
GitHub

๐Ÿ“‹ What's Changed

  • Integer overflow error when unmarshaling GitHub API responses with large Label IDs by @papidal in https://github.com/InditexTech/gh-sherpa/pull/142
  • Allow to prefer hotfix branch when creating from a bug report issue with -y by @juliojgd in https://github.com/InditexTech/gh-sherpa/pull/138
  • Release 1.5.0 by @m4rii0 in https://github.com/InditexTech/gh-sherpa/pull/143

โœจ New Contributors

  • @papidal made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/142
  • @juliojgd made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/138
  • @m4rii0 made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/143
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.4.1...1.5.0
1.4.1
github-actions[bot]github-actions[bot]ยท8mo agoยทOctober 13, 2025
GitHub

๐Ÿ“‹ What's Changed

  • Update SECURITY.md by @javi-patch in https://github.com/InditexTech/gh-sherpa/pull/129
  • Create Pull Request from fork fails when setting labels if you don't have permissions by @carlosmmesa in https://github.com/InditexTech/gh-sherpa/pull/133
  • Release 1.4.1 by @carlosmmesa in https://github.com/InditexTech/gh-sherpa/pull/134

โœจ New Contributors

  • @javi-patch made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/129
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.4.0...1.4.1
1.4.0
github-actions[bot]github-actions[bot]ยท11mo agoยทJuly 24, 2025
GitHub

๐Ÿ“‹ What's Changed

  • Fork support for external contributors by @carlosmmesa in https://github.com/InditexTech/gh-sherpa/pull/122
  • Release 1.4.0 by @carlosmmesa in https://github.com/InditexTech/gh-sherpa/pull/128

โœจ New Contributors

  • @carlosmmesa made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/122
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.3.1...1.4.0
1.3.1
github-actions[bot]github-actions[bot]ยท1y agoยทMay 29, 2025
GitHub

๐Ÿ“‹ What's Changed

  • Prevent branches ending with dash by @danielfn in https://github.com/InditexTech/gh-sherpa/pull/119
  • Release 1.3.1 by @danielfn in https://github.com/InditexTech/gh-sherpa/pull/120

โœจ New Contributors

  • @danielfn made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/119
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.3.0...1.3.1
1.3.0
github-actions[bot]github-actions[bot]ยท1y agoยทApril 4, 2025
GitHub

โœจ ๐Ÿš€ New features or improvements

  • Add Pull Request template support for `create-pr` command by @jorgegarciarey https://github.com/InditexTech/gh-sherpa/pull/114
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.2.0...1.3.0
1.2.0
github-actions[bot]github-actions[bot]ยท2y agoยทJune 11, 2024
GitHub

โœจ ๐Ÿš€ New features or improvements

  • Branch Name Length Control Configurable by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/93

๐Ÿ› ๐Ÿ› Bugs

  • Branch naming not working for types other than feature by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/94
  • Cannot create pull request if remote branch already exists by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/95
  • Pull Request ID as Issue ID by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/88
  • Prevent pushing local branch if remote branch already exists with the same name by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/81
  • Warns about duplicated branches but that's not the case by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/79
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.1.1...1.2.0
1.1.1
github-actions[bot]github-actions[bot]ยท2y agoยทFebruary 13, 2024
GitHub

๐Ÿ› ๐Ÿ› Bugs

  • Version is not shown when gh extension list by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/68
  • Disable cgo when cross building distributables by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/61

๐Ÿ“ ๐Ÿ“„ Documentation

  • Add `SECURITY.md` file by @jorgegarciarey in https://github.com/InditexTech/gh-sherpa/pull/64
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.1.0...1.1.1
1.1.0
github-actions[bot]github-actions[bot]ยท2y agoยทJanuary 16, 2024
GitHub

โœจ ๐Ÿš€ New features or improvements

  • Add GitHub issue labels to the pull request when it is created by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/51
  • Add `kind/internal` label to `internal` issue label in the default config by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/58

๐Ÿ› ๐Ÿ› Bugs

  • Fix `404` error when accessing configuration link by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/43

๐Ÿ“ ๐Ÿ“„ Documentation

  • Add CLA signature requirement to contribute in `CONTRIBUTING.md` file by @jorgegarciarey in https://github.com/InditexTech/gh-sherpa/pull/57
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/compare/1.0.0...1.1.0
1.0.0
hielfxhielfxยท2y agoยทDecember 22, 2023
GitHub

โœจ ๐Ÿš€ New features or improvements

  • Insecure TLS enabled by default by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/9
  • Extract interactive flag to a global level by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/10
  • Allow branch prefix with issue type mapping by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/11
  • Validate configuration by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/20
  • Add `kind/dependency` label to `dependency` issue label in default config by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/40

๐Ÿ“ ๐Ÿ“„ Documentation

  • Configuration file with comments by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/18
  • Improve README with a detailed definition by @jorgegarciarey in https://github.com/InditexTech/gh-sherpa/pull/26

๐Ÿ“ฆ โฌ†๏ธ Dependency updates

  • New release of go-gh by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/30
  • Update to go1.21.5 and replace `golang.org/x/exp/slices` with the `slices` in the std library by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/36
  • Bump `github.com/spf13/cobra` to latest version (`v1.8.0`) by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/37
  • Bump `github.com/spf13/viper` to latest version (`v1.18.2`) by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/38
  • Bump `github.com/go-playground/validator/v10` to latest version by @hielfx in https://github.com/InditexTech/gh-sherpa/pull/41

โœจ New Contributors

  • @hielfx made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/9
  • @jorgegarciarey made their first contribution in https://github.com/InditexTech/gh-sherpa/pull/23
  • Full Changelog: https://github.com/InditexTech/gh-sherpa/commits/1.0.0