Skip to content

Commit

Permalink
prepare next dev cycle for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Mar 7, 2024
1 parent b39c6a1 commit 63488a1
Show file tree
Hide file tree
Showing 40 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .gt/remotes/tegonal-gh-commons/pull-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for main -->
<!--

[![Download](https://img.shields.io/badge/Download-v1.3.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v1.3.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![Code Quality](https://github.com/tegonal/scripts/workflows/Code%20Quality/badge.svg?event=push&branch=main)](https://github.com/tegonal/scripts/actions/workflows/code-quality.yml?query=branch%3Amain)
[![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")
-->

<!-- for main end -->
<!-- for release -->

<!--
[![Download](https://img.shields.io/badge/Download-v1.3.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v1.3.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![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")

-->
<!-- for release end -->

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

<!---
---
❗ You are taking a _sneak peek_ at the next version.
Please have a look at the README of the git tag in case you are looking for the documentation of the corresponding
version.
For instance, the [README of v1.3.0](https://github.com/tegonal/scripts/tree/v1.3.0/README.md).

--->
---

**Table of Content**

Expand Down Expand Up @@ -244,7 +244,7 @@ Parameters:
--version prints the version of this script

INFO: Version of deploy.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</ci-jelastic-deploy-help>
Expand Down Expand Up @@ -363,7 +363,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
INFO: Version of update-version-README.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-update-version-README-help>
Expand Down Expand Up @@ -422,7 +422,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
INFO: Version of update-version-scripts.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-update-version-scripts-help>
Expand Down Expand Up @@ -481,7 +481,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
INFO: Version of update-version-issue-templates.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-update-version-issue-templates-help>
Expand Down Expand Up @@ -554,7 +554,7 @@ toggle-sections.sh -c main
toggle-sections.sh -c release -f ./docs/index.md
INFO: Version of toggle-sections.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-toggle-sections-help>
Expand Down Expand Up @@ -609,7 +609,7 @@ sneak-peek-banner.sh -c hide
sneak-peek-banner.sh -c show -f ./docs/index.md
INFO: Version of sneak-peek-banner.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-sneak-peek-banner-help>
Expand Down Expand Up @@ -695,7 +695,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-files.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-release-files-help>
Expand Down Expand Up @@ -761,7 +761,7 @@ Parameters:
--version prints the version of this script
INFO: Version of prepare-files-next-dev-cycle.sh is:
v1.3.0
v1.4.0-SNAPSHOT
```
</releasing-prepare-files-next-dev-cycle-help>
Expand Down
2 changes: 1 addition & 1 deletion scripts/additional-prepare-files-next-dev-cycle-steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/additional-release-files-preparations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-in-bug-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup-on-push-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion src/ci/install-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down
2 changes: 1 addition & 1 deletion src/ci/install-shellspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down
4 changes: 2 additions & 2 deletions src/ci/jelastic/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."
Expand Down
4 changes: 2 additions & 2 deletions src/ci/jelastic/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."
Expand Down
2 changes: 1 addition & 1 deletion src/qa/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/prepare-files-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down Expand Up @@ -50,7 +50,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/release-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down Expand Up @@ -60,7 +60,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/sneak-peek-banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/toggle-sections.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down Expand Up @@ -36,7 +36,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/update-version-README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/update-version-issue-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
4 changes: 2 additions & 2 deletions src/releasing/update-version-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0'
export TEGONAL_SCRIPTS_VERSION='v1.4.0-SNAPSHOT'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
2 changes: 1 addition & 1 deletion src/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down
2 changes: 1 addition & 1 deletion src/utility/array-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0
# Version: v1.4.0-SNAPSHOT
#
####### Description #############
#
Expand Down
Loading

0 comments on commit 63488a1

Please sign in to comment.