aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/modules/fomantic.js
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-10-09 08:16:16 +0200
committerGitHub <noreply@github.com>2023-10-09 06:16:16 +0000
commit79e8865aaed43de81816390ee616263bb2bee67f (patch)
treee3ffcf1715a903d487f44d4ed2228d0ad50dcf2f /web_src/js/modules/fomantic.js
parente94a4ad28d45ade6115372a3d1461c3db935065e (diff)
downloadgitea-79e8865aaed43de81816390ee616263bb2bee67f.tar.gz
gitea-79e8865aaed43de81816390ee616263bb2bee67f.zip
Simplify `contrib/backport` (#27520)
This script was trying to be too smart, make it more straightforward and less error-prone so that i could be used by the backport bot too ideally. - Always delete the backport branch so that script is idempotent in this regard - Remove the push functionality, it's best done by the user because only they know the remote name - Remove reading docs/config.yaml, it no longer exists - Remove version detection, version is now a required argument - Remove opening the pull request with xdg-open, xdg-open is not portable - Remove continue from failed cherry pick. It's best to reset manually in this case - Clean up the console logging Example run: ``` $ go run ./contrib/backport --version v1.21 27503 * Backporting 27503 to origin/release/v1.21 as backport-27503-v1.21 * `git fetch origin main` * `git fetch origin release/v1.21` * `git branch -D backport-27503-v1.21` * `git checkout -b backport-27503-v1.21 origin/release/v1.21` * Attempting git cherry-pick 08efeb5cdc22d21b5ef12cc540727594a22062d1 * Amending commit to prepend `Backport #27503` to body Backport done! You can now push it with `git push yourremote backport-27503-v1.21` ``` --------- Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'web_src/js/modules/fomantic.js')
0 files changed, 0 insertions, 0 deletions