-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 2.12.0 #1094
chore: release 2.12.0 #1094
Conversation
8011626
to
93bac4b
Compare
This release commit seems to update some of the version information in the repository, but I'm curious about at which point the following line should be updated. bash-completion/bash_completion Line 26 in b631277
|
9ebd0ad
to
5337f71
Compare
6330917
to
4462bc3
Compare
4462bc3
to
e725043
Compare
It's in the "release preparations" part of CI distcheck: bash-completion/.github/workflows/ci.yaml Lines 64 to 65 in 7864377
Now, that's far from pretty, and release-please has made some things easier since then (and/or I've become a bit more familiar with its features). The proper way to do this would be to use |
...except on a 2nd thought I'll give the "proper" way a try after all. Let's see how it goes. |
Done via #1112, but I don't know why the extra files are not being updated, it just says this PR "remained the same", https://github.com/scop/bash-completion/actions/runs/7979814027/job/21788093396#step:3:983. Hope it's not something silly like require some changes that would be visible in CHANGELOG.md. Maybe had I done this tomorrow the date would at least have changed :P |
e725043
to
de5f65d
Compare
Looks like #1113 resulted in a refresh, and the changes look good, releasing. |
🤖 Release is at https://github.com/scop/bash-completion/releases/tag/2.12.0 🌻 |
Tarball upload failed, fix in #1114. Generated one locally and uploaded manually this time. |
🤖 I have created a release beep boop
2.12.0 (2024-02-21)
Features
ucf
generated backup files (351be1c)-o filenames
when appropriate (4d4839e)-i cmd
and-x cmd
(39cc200)-U var
to unlocal var (b603535)_comp_locate_first_arg
(0384bd5)apt-cache
in same dir as command (a731bfd)*.avif
and*.webp
(#1005) (f1c04b8)*.heic
and*.jxl
(20c9cea)*.pbm
(#1006) (5472cc1)list_lists
in same dir as command (a46ccf1)mysqlshow
from same dir (643886c)no_empty_cmd_completion
is on (faab292)ssh
from same dir to resolve options etc (d55f5e6)ssh
from same dir (5c1d270)--setmonitor
third argument (8a76f3d)Bug Fixes
/dev/cdc-*
CDC device false positives (5250728)cur
from the target variable (5fe98f3)tmp
(67f1189)options
(work around SC2178,SC2179) (743d0a9)s/reg/rep/i
of GNU sed (33c18ce)printf '%s\n' "..."
(20c2e32)_comp_expand_glob
against unexpected splitting (58d5176)-a
to_comp_compgen
(636bb7c)_comp_compgen{d => _}filedir
(#1063) (4c98ce5)cur
(dbcef6e)compgen -f -- "''"
(c8bb123)set -o nounset
(9c3e196)_comp_com{gp => pg}en
(462feb3)_comp_compgen
for filename-based mod names (81adc6c)cur
(ec0068d)*.pub
instead of*pub
(470a644)_comp_expand_glob
to avoid failglob (672215e)cur
(f3ae706)i
leak (83844b7)_comp_split
(c95baa1);
mandatory before}
in POSIX sed (b286d53)nounset
mode error on unknown suboption, bash 4.2 (82ca8d9)_comp_compgen
for_comp_xfunc_ssh_identityfile
(05e70ed)_comp_compgen
for_comp_cmd_upgradepkg
(a0973d7)_comp_compgen_split
to split and filter words (158b8ba)_comp_compgen_split
while keeping filtering by $cur (a00ee19)_comp_compgen
for word list (83f033f)_comp_split
while keeping filtering by $cur (509e642)cur
(c3505c5)Performance Improvements
cur
(a244587)This PR was generated with Release Please. See documentation.