Skip to content

Commit

Permalink
chore(main): release 0.13.0 (#29)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.13.0](v0.12.0...v0.13.0)
(2024-06-23)


### Features

* **pr:** Add `alt-y` keybinding to copy the selected item's branch name
([07a85db](07a85db)),
closes [#24](#24)
* **run:** Add `alt-R` keybinding to rerun only failed jobs
([#27](#27))
([bdd80f9](bdd80f9)),
closes [#26](#26)
* **run:** Modify `enter` keybinding to view logs if the selected run is
completed, deprecates `alt-l`
([b15f6a9](b15f6a9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <[email protected]>
  • Loading branch information
github-actions[bot] and benelan authored Jun 23, 2024
1 parent 528b5a9 commit ea1a681
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body:
attributes:
label: Reproduction Version
description: The latest version that reproduces the issue (check `gh fzf version`)
placeholder: v0.12.0 # x-release-please-version
placeholder: v0.13.0 # x-release-please-version
validations:
required: true
- type: input
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.13.0](https://github.com/benelan/gh-fzf/compare/v0.12.0...v0.13.0) (2024-06-23)


### Features

* **pr:** Add `alt-y` keybinding to copy the selected item's branch name ([07a85db](https://github.com/benelan/gh-fzf/commit/07a85dbd7e68e08309487c5208d415c4187ff4b5)), closes [#24](https://github.com/benelan/gh-fzf/issues/24)
* **run:** Add `alt-R` keybinding to rerun only failed jobs ([#27](https://github.com/benelan/gh-fzf/issues/27)) ([bdd80f9](https://github.com/benelan/gh-fzf/commit/bdd80f98c824aff14a2800fd07f7b4d03d4d3f58)), closes [#26](https://github.com/benelan/gh-fzf/issues/26)
* **run:** Modify `enter` keybinding to view logs if the selected run is completed, deprecates `alt-l` ([b15f6a9](https://github.com/benelan/gh-fzf/commit/b15f6a99502a5617365ef076d809ab5e10906cf5))

## [0.12.0](https://github.com/benelan/gh-fzf/compare/v0.11.0...v0.12.0) (2024-06-03)


Expand Down
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -e
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

GH_FZF_VERSION="v0.12.0" # x-release-please-version
GH_FZF_VERSION="v0.13.0" # x-release-please-version

# USAGE INFO AND LOGS {{{1

Expand Down

0 comments on commit ea1a681

Please sign in to comment.