Skip to content

Commit 7e160bc

Browse files
committed
prepare next dev cycle for v4.6.0
1 parent 176bce9 commit 7e160bc

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.5.1
9+
# Version: v4.6.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.5.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.5.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.5.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.5.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,13 +20,13 @@ 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.
2626
Please have a look at the README of the corresponding release/git tag. Latest
2727
version: [README of v4.5.1](https://github.com/tegonal/scripts/tree/v4.5.1/README.md).
2828

29-
--->
29+
---
3030

3131
**Table of Content**
3232

@@ -264,7 +264,7 @@ Parameters:
264264
--version prints the version of this script
265265

266266
INFO: Version of deploy.sh is:
267-
v4.5.1
267+
v4.6.0-SNAPSHOT
268268
```
269269

270270
</ci-jelastic-deploy-help>
@@ -433,7 +433,7 @@ Parameters:
433433
--version prints the version of this script
434434
435435
INFO: Version of release-files.sh is:
436-
v4.5.1
436+
v4.6.0-SNAPSHOT
437437
```
438438

439439
</releasing-release-files-help>
@@ -520,7 +520,7 @@ Parameters:
520520
--version prints the version of this script
521521
522522
INFO: Version of prepare-files-next-dev-cycle.sh is:
523-
v4.5.1
523+
v4.6.0-SNAPSHOT
524524
```
525525

526526
</releasing-prepare-files-next-dev-cycle-help>
@@ -621,7 +621,7 @@ Parameters:
621621
--version prints the version of this script
622622
623623
INFO: Version of release-template.sh is:
624-
v4.5.1
624+
v4.6.0-SNAPSHOT
625625
```
626626

627627
</releasing-release-template-help>
@@ -704,7 +704,7 @@ Parameters:
704704
--version prints the version of this script
705705
706706
INFO: Version of prepare-next-dev-cycle-template.sh is:
707-
v4.5.1
707+
v4.6.0-SNAPSHOT
708708
```
709709

710710
</releasing-prepare-next-dev-cycle-template-help>
@@ -779,7 +779,7 @@ Parameters:
779779
--version prints the version of this script
780780
781781
INFO: Version of pre-release-checks-git.sh is:
782-
v4.5.1
782+
v4.6.0-SNAPSHOT
783783
```
784784

785785
</releasing-pre-release-checks-git-help>
@@ -880,7 +880,7 @@ Parameters:
880880
--version prints the version of this script
881881
882882
INFO: Version of update-version-common-steps.sh is:
883-
v4.5.1
883+
v4.6.0-SNAPSHOT
884884
```
885885

886886
</releasing-update-version-common-steps-help>
@@ -968,7 +968,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
968968
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
969969
970970
INFO: Version of update-version-README.sh is:
971-
v4.5.1
971+
v4.6.0-SNAPSHOT
972972
```
973973

974974
</releasing-update-version-README-help>
@@ -1027,7 +1027,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
10271027
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10281028
10291029
INFO: Version of update-version-scripts.sh is:
1030-
v4.5.1
1030+
v4.6.0-SNAPSHOT
10311031
```
10321032

10331033
</releasing-update-version-scripts-help>
@@ -1086,7 +1086,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
10861086
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10871087
10881088
INFO: Version of update-version-issue-templates.sh is:
1089-
v4.5.1
1089+
v4.6.0-SNAPSHOT
10901090
```
10911091

10921092
</releasing-update-version-issue-templates-help>
@@ -1159,7 +1159,7 @@ toggle-sections.sh -c main
11591159
toggle-sections.sh -c release -f ./docs/index.md
11601160
11611161
INFO: Version of toggle-sections.sh is:
1162-
v4.5.1
1162+
v4.6.0-SNAPSHOT
11631163
```
11641164

11651165
</releasing-toggle-sections-help>
@@ -1214,7 +1214,7 @@ sneak-peek-banner.sh -c hide
12141214
sneak-peek-banner.sh -c show -f ./docs/index.md
12151215
12161216
INFO: Version of sneak-peek-banner.sh is:
1217-
v4.5.1
1217+
v4.6.0-SNAPSHOT
12181218
```
12191219

12201220
</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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.5.1'
14+
export TEGONAL_SCRIPTS_VERSION='v4.6.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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.5.1'
14+
export TEGONAL_SCRIPTS_VERSION='v4.6.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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

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.5.1
9+
# Version: v4.6.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.5.1
9+
# Version: v4.6.0-SNAPSHOT
1010
####### Description #############
1111
#
1212
# installs shellspec v0.28.1 into $HOME/.local/lib

0 commit comments

Comments
 (0)