Skip to content

Commit 4501588

Browse files
committed
prepare next dev cycle for v4.10.0
1 parent dfbe7be commit 4501588

Some content is hidden

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

52 files changed

+86
-86
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.9.1
9+
# Version: v4.10.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.9.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.9.1)
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.9.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.9.1)
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.9.1](https://github.com/tegonal/scripts/tree/v4.9.1/README.md).
2727

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

3030
**Table of Content**
3131

@@ -262,7 +262,7 @@ Parameters:
262262
--version prints the version of this script
263263

264264
INFO: Version of deploy.sh is:
265-
v4.9.1
265+
v4.10.0-SNAPSHOT
266266
```
267267

268268
</ci-jelastic-deploy-help>
@@ -413,7 +413,7 @@ Parameters:
413413
--version prints the version of this script
414414
415415
INFO: Version of release-files.sh is:
416-
v4.9.1
416+
v4.10.0-SNAPSHOT
417417
```
418418

419419
</releasing-release-files-help>
@@ -499,7 +499,7 @@ Parameters:
499499
--version prints the version of this script
500500
501501
INFO: Version of prepare-files-next-dev-cycle.sh is:
502-
v4.9.1
502+
v4.10.0-SNAPSHOT
503503
```
504504

505505
</releasing-prepare-files-next-dev-cycle-help>
@@ -598,7 +598,7 @@ Parameters:
598598
--version prints the version of this script
599599
600600
INFO: Version of release-template.sh is:
601-
v4.9.1
601+
v4.10.0-SNAPSHOT
602602
```
603603

604604
</releasing-release-template-help>
@@ -682,7 +682,7 @@ Parameters:
682682
--version prints the version of this script
683683
684684
INFO: Version of prepare-next-dev-cycle-template.sh is:
685-
v4.9.1
685+
v4.10.0-SNAPSHOT
686686
```
687687

688688
</releasing-prepare-next-dev-cycle-template-help>
@@ -757,7 +757,7 @@ Parameters:
757757
--version prints the version of this script
758758
759759
INFO: Version of pre-release-checks-git.sh is:
760-
v4.9.1
760+
v4.10.0-SNAPSHOT
761761
```
762762

763763
</releasing-pre-release-checks-git-help>
@@ -860,7 +860,7 @@ Parameters:
860860
--version prints the version of this script
861861
862862
INFO: Version of update-version-common-steps.sh is:
863-
v4.9.1
863+
v4.10.0-SNAPSHOT
864864
```
865865

866866
</releasing-update-version-common-steps-help>
@@ -948,7 +948,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
948948
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
949949
950950
INFO: Version of update-version-README.sh is:
951-
v4.9.1
951+
v4.10.0-SNAPSHOT
952952
```
953953

954954
</releasing-update-version-README-help>
@@ -1007,7 +1007,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
10071007
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10081008
10091009
INFO: Version of update-version-scripts.sh is:
1010-
v4.9.1
1010+
v4.10.0-SNAPSHOT
10111011
```
10121012

10131013
</releasing-update-version-scripts-help>
@@ -1066,7 +1066,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
10661066
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10671067
10681068
INFO: Version of update-version-issue-templates.sh is:
1069-
v4.9.1
1069+
v4.10.0-SNAPSHOT
10701070
```
10711071

10721072
</releasing-update-version-issue-templates-help>
@@ -1139,7 +1139,7 @@ toggle-sections.sh -c main
11391139
toggle-sections.sh -c release -f ./docs/index.md
11401140
11411141
INFO: Version of toggle-sections.sh is:
1142-
v4.9.1
1142+
v4.10.0-SNAPSHOT
11431143
```
11441144

11451145
</releasing-toggle-sections-help>
@@ -1194,7 +1194,7 @@ sneak-peek-banner.sh -c hide
11941194
sneak-peek-banner.sh -c show -f ./docs/index.md
11951195
11961196
INFO: Version of sneak-peek-banner.sh is:
1197-
v4.9.1
1197+
v4.10.0-SNAPSHOT
11981198
```
11991199

12001200
</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.9.1
9+
# Version: v4.10.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.9.1
9+
# Version: v4.10.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.9.1
9+
# Version: v4.10.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.9.1
9+
# Version: v4.10.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.9.1'
14+
export TEGONAL_SCRIPTS_VERSION='v4.10.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.9.1
9+
# Version: v4.10.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.9.1'
14+
export TEGONAL_SCRIPTS_VERSION='v4.10.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.9.1
9+
# Version: v4.10.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.9.1
9+
# Version: v4.10.0-SNAPSHOT
1010
####### Description #############
1111
#
1212
# installs shellcheck v0.10.0 into $HOME/.local/lib

src/ci/install-shellspec.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.9.1
9+
# Version: v4.10.0-SNAPSHOT
1010
####### Description #############
1111
#
1212
# installs shellspec v0.28.1 into $HOME/.local/lib

0 commit comments

Comments
 (0)