Skip to content

Commit 5ff3aa6

Browse files
committed
prepare next dev cycle for v4.11.0
1 parent 1fe4563 commit 5ff3aa6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+89
-89
lines changed

.gt/remotes/tegonal-gh-commons/pull-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
<!--
2+
33
[![Download](https://img.shields.io/badge/Download-v4.10.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.10.0)
44
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
55
[![Quality Assurance](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.yml?query=branch%3Amain)
66
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
7-
-->
7+
88
<!-- for main end -->
99
<!-- for release -->
10-
10+
<!--
1111
[![Download](https://img.shields.io/badge/Download-v4.10.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.10.0)
1212
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
1313
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
14-
14+
-->
1515
<!-- for release end -->
1616

1717
# Scripts of Tegonal
@@ -20,12 +20,12 @@ There are scripts which we use over and over again in different projects.
2020
As they might be usable for you as well, we are publishing them here.
2121
Feel free to use it and report bugs if you should find one.
2222

23-
<!---
23+
---
2424
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not
2525
released yet. Please have a look at the README of the corresponding release/git tag.
2626
Latest version: [README of v4.10.0](https://github.com/tegonal/scripts/tree/v4.10.0/README.md).
2727

28-
--->
28+
---
2929

3030
**Table of Content**
3131

@@ -286,7 +286,7 @@ Parameters:
286286
--version prints the version of this script
287287

288288
INFO: Version of deploy.sh is:
289-
v4.10.0
289+
v4.11.0-SNAPSHOT
290290
```
291291

292292
</ci-jelastic-deploy-help>
@@ -470,7 +470,7 @@ Parameters:
470470
--version prints the version of this script
471471
472472
INFO: Version of release-files.sh is:
473-
v4.10.0
473+
v4.11.0-SNAPSHOT
474474
```
475475

476476
</releasing-release-files-help>
@@ -556,7 +556,7 @@ Parameters:
556556
--version prints the version of this script
557557
558558
INFO: Version of prepare-files-next-dev-cycle.sh is:
559-
v4.10.0
559+
v4.11.0-SNAPSHOT
560560
```
561561

562562
</releasing-prepare-files-next-dev-cycle-help>
@@ -655,7 +655,7 @@ Parameters:
655655
--version prints the version of this script
656656
657657
INFO: Version of release-template.sh is:
658-
v4.10.0
658+
v4.11.0-SNAPSHOT
659659
```
660660

661661
</releasing-release-template-help>
@@ -739,7 +739,7 @@ Parameters:
739739
--version prints the version of this script
740740
741741
INFO: Version of prepare-next-dev-cycle-template.sh is:
742-
v4.10.0
742+
v4.11.0-SNAPSHOT
743743
```
744744

745745
</releasing-prepare-next-dev-cycle-template-help>
@@ -813,7 +813,7 @@ Parameters:
813813
--version prints the version of this script
814814
815815
INFO: Version of pre-release-checks-git.sh is:
816-
v4.10.0
816+
v4.11.0-SNAPSHOT
817817
```
818818

819819
</releasing-pre-release-checks-git-help>
@@ -916,7 +916,7 @@ Parameters:
916916
--version prints the version of this script
917917
918918
INFO: Version of update-version-common-steps.sh is:
919-
v4.10.0
919+
v4.11.0-SNAPSHOT
920920
```
921921

922922
</releasing-update-version-common-steps-help>
@@ -1004,7 +1004,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
10041004
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10051005
10061006
INFO: Version of update-version-README.sh is:
1007-
v4.10.0
1007+
v4.11.0-SNAPSHOT
10081008
```
10091009

10101010
</releasing-update-version-README-help>
@@ -1063,7 +1063,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
10631063
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10641064
10651065
INFO: Version of update-version-scripts.sh is:
1066-
v4.10.0
1066+
v4.11.0-SNAPSHOT
10671067
```
10681068

10691069
</releasing-update-version-scripts-help>
@@ -1122,7 +1122,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
11221122
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
11231123
11241124
INFO: Version of update-version-issue-templates.sh is:
1125-
v4.10.0
1125+
v4.11.0-SNAPSHOT
11261126
```
11271127

11281128
</releasing-update-version-issue-templates-help>
@@ -1195,7 +1195,7 @@ toggle-sections.sh -c main
11951195
toggle-sections.sh -c release -f ./docs/index.md
11961196
11971197
INFO: Version of toggle-sections.sh is:
1198-
v4.10.0
1198+
v4.11.0-SNAPSHOT
11991199
```
12001200

12011201
</releasing-toggle-sections-help>
@@ -1250,7 +1250,7 @@ sneak-peek-banner.sh -c hide
12501250
sneak-peek-banner.sh -c show -f ./docs/index.md
12511251
12521252
INFO: Version of sneak-peek-banner.sh is:
1253-
v4.10.0
1253+
v4.11.0-SNAPSHOT
12541254
```
12551255

12561256
</releasing-sneak-peek-banner-help>

scripts/before-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/check-in-bug-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/cleanup-on-push-to-main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/prepare-next-dev-cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.10.0'
14+
export TEGONAL_SCRIPTS_VERSION='v4.11.0-SNAPSHOT'
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.10.0'
14+
export TEGONAL_SCRIPTS_VERSION='v4.11.0-SNAPSHOT'
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/run-shfmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

src/ci/install-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.10.0
9+
# Version: v4.11.0-SNAPSHOT
1010
####### Description #############
1111
#
1212
# installs shellcheck v0.11.0 into $HOME/.local/lib and sets up a symlink in $HOME/.local/bin

0 commit comments

Comments
 (0)