diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d4227d09..04115250 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,7 +11,7 @@ body: attributes: label: Affected Version description: What version of scripts are you running? - placeholder: "v3.3.0" + placeholder: "v3.4.0" validations: required: true - type: dropdown diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index acaaade3..3ac4e061 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ______________________________________ -I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.3.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. +I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.4.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index 4b3f81fc..bafe3b8f 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_SCRIPTS_LATEST_VERSION="v3.3.0" +TEGONAL_SCRIPTS_LATEST_VERSION="v3.4.0" if ! [[ -v dir_of_github_commons ]]; then dir_of_github_commons="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/lib/src" diff --git a/README.md b/README.md index 2c2f6d6b..1fefc114 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v3.3.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.3.0) + - + # Scripts of Tegonal @@ -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. ---- + **Table of Content** @@ -39,7 +39,7 @@ version: [README of v3.3.0](https://github.com/tegonal/scripts/tree/v3.3.0/READM We recommend you pull the scripts with the help of [gt](https://github.com/tegonal/gt). Alternatively you can -[![Download](https://img.shields.io/badge/Download-v3.3.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.3.0) +[![Download](https://img.shields.io/badge/Download-v3.4.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.4.0) the sources. Following the commands you need to execute to set up tegonal scripts via [gt](https://github.com/tegonal/gt). @@ -51,7 +51,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts Now you can pull the scripts you want via: ```bash -export TEGONAL_SCRIPTS_VERSION="v3.3.0" +export TEGONAL_SCRIPTS_VERSION="v3.4.0" gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ... ``` @@ -61,7 +61,7 @@ Many of the scripts depend on further scripts located in `src/utility`. Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` and all files in `src/utility` in addition: ``` -export TEGONAL_SCRIPTS_VERSION="v3.3.0" +export TEGONAL_SCRIPTS_VERSION="v3.4.0" gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/ ``` @@ -257,7 +257,7 @@ Parameters: --version prints the version of this script INFO: Version of deploy.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -399,7 +399,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -485,7 +485,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-files-next-dev-cycle.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -586,7 +586,7 @@ Parameters: --version prints the version of this script INFO: Version of release-template.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -669,7 +669,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-next-dev-cycle-template.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -744,7 +744,7 @@ Parameters: --version prints the version of this script INFO: Version of pre-release-checks-git.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -845,7 +845,7 @@ Parameters: --version prints the version of this script INFO: Version of update-version-common-steps.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -933,7 +933,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: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -992,7 +992,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: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -1051,7 +1051,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: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -1124,7 +1124,7 @@ toggle-sections.sh -c main toggle-sections.sh -c release -f ./docs/index.md INFO: Version of toggle-sections.sh is: -v3.4.0-SNAPSHOT +v3.4.0 ``` @@ -1179,7 +1179,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: -v3.4.0-SNAPSHOT +v3.4.0 ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 2ca8b458..adcf1022 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index e9109562..be6db984 100755 --- a/scripts/check-in-bug-template.sh +++ b/scripts/check-in-bug-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index 9abb80b8..349005fd 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index cefe61aa..52c7a4c9 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/release.sh b/scripts/release.sh index 54c6c0a7..b603fa98 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index c3229037..a10593e6 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/ci/install-shellcheck.sh b/src/ci/install-shellcheck.sh index 6d58ebb2..e5b2d618 100755 --- a/src/ci/install-shellcheck.sh +++ b/src/ci/install-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/install-shellcheck.sh.sig b/src/ci/install-shellcheck.sh.sig index d07905b2..eab1ca40 100644 Binary files a/src/ci/install-shellcheck.sh.sig and b/src/ci/install-shellcheck.sh.sig differ diff --git a/src/ci/install-shellspec.sh b/src/ci/install-shellspec.sh index dfa30754..40d2a8e0 100755 --- a/src/ci/install-shellspec.sh +++ b/src/ci/install-shellspec.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/install-shellspec.sh.sig b/src/ci/install-shellspec.sh.sig index 0df67391..c40cff0b 100644 Binary files a/src/ci/install-shellspec.sh.sig and b/src/ci/install-shellspec.sh.sig differ diff --git a/src/ci/jelastic/deploy.sh b/src/ci/jelastic/deploy.sh index 622b8948..78b6b583 100755 --- a/src/ci/jelastic/deploy.sh +++ b/src/ci/jelastic/deploy.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which helps deploying an image to a jelastic instance @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/ci/jelastic/deploy.sh.sig b/src/ci/jelastic/deploy.sh.sig index 8bae7268..ef8c2792 100644 Binary files a/src/ci/jelastic/deploy.sh.sig and b/src/ci/jelastic/deploy.sh.sig differ diff --git a/src/ci/jelastic/utils.sh b/src/ci/jelastic/utils.sh index 6d6b86a9..66984083 100755 --- a/src/ci/jelastic/utils.sh +++ b/src/ci/jelastic/utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which helps deploying an image to a jelastic instance @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/ci/jelastic/utils.sh.sig b/src/ci/jelastic/utils.sh.sig index 3b3a8a2b..0d4b2b3a 100644 Binary files a/src/ci/jelastic/utils.sh.sig and b/src/ci/jelastic/utils.sh.sig differ diff --git a/src/qa/run-shellcheck-pull-hooks.sh b/src/qa/run-shellcheck-pull-hooks.sh index 41d3ce1c..cdb68fba 100755 --- a/src/qa/run-shellcheck-pull-hooks.sh +++ b/src/qa/run-shellcheck-pull-hooks.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which analyses pull-hook.sh in the `remotes` directory of the given gt working directory. diff --git a/src/qa/run-shellcheck-pull-hooks.sh.sig b/src/qa/run-shellcheck-pull-hooks.sh.sig index 4afae88f..81b61309 100644 Binary files a/src/qa/run-shellcheck-pull-hooks.sh.sig and b/src/qa/run-shellcheck-pull-hooks.sh.sig differ diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index 8af71af4..e45e1585 100755 --- a/src/qa/run-shellcheck.sh +++ b/src/qa/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/qa/run-shellcheck.sh.sig b/src/qa/run-shellcheck.sh.sig index e27e3f28..087a78d1 100644 Binary files a/src/qa/run-shellcheck.sh.sig and b/src/qa/run-shellcheck.sh.sig differ diff --git a/src/releasing/common-constants.source.sh b/src/releasing/common-constants.source.sh index eb51dfa5..74efff5b 100644 --- a/src/releasing/common-constants.source.sh +++ b/src/releasing/common-constants.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # constants intended to be sourced into a function diff --git a/src/releasing/common-constants.source.sh.sig b/src/releasing/common-constants.source.sh.sig index 4c0b8d6c..d09ed617 100644 Binary files a/src/releasing/common-constants.source.sh.sig and b/src/releasing/common-constants.source.sh.sig differ diff --git a/src/releasing/deduce-next-version.source.sh b/src/releasing/deduce-next-version.source.sh index a5462d76..724249f7 100644 --- a/src/releasing/deduce-next-version.source.sh +++ b/src/releasing/deduce-next-version.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # intended to be sourced into a function which expects params version and nextVersion diff --git a/src/releasing/deduce-next-version.source.sh.sig b/src/releasing/deduce-next-version.source.sh.sig index f4b5a301..ce442f20 100644 Binary files a/src/releasing/deduce-next-version.source.sh.sig and b/src/releasing/deduce-next-version.source.sh.sig differ diff --git a/src/releasing/pre-release-checks-git.sh b/src/releasing/pre-release-checks-git.sh index 5af67c82..5327b6ec 100755 --- a/src/releasing/pre-release-checks-git.sh +++ b/src/releasing/pre-release-checks-git.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Checks that releasing a certain version (creating a corresponding git tag) makes sense: We check: @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/pre-release-checks-git.sh.sig b/src/releasing/pre-release-checks-git.sh.sig index a383eadd..a8012e4a 100644 Binary files a/src/releasing/pre-release-checks-git.sh.sig and b/src/releasing/pre-release-checks-git.sh.sig differ diff --git a/src/releasing/prepare-files-next-dev-cycle.sh b/src/releasing/prepare-files-next-dev-cycle.sh index 17644669..c8a37f9d 100755 --- a/src/releasing/prepare-files-next-dev-cycle.sh +++ b/src/releasing/prepare-files-next-dev-cycle.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Prepare the next dev cycle for files based on conventions: @@ -60,7 +60,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/prepare-files-next-dev-cycle.sh.sig b/src/releasing/prepare-files-next-dev-cycle.sh.sig index 3d9cd7f6..62b749f0 100644 Binary files a/src/releasing/prepare-files-next-dev-cycle.sh.sig and b/src/releasing/prepare-files-next-dev-cycle.sh.sig differ diff --git a/src/releasing/prepare-next-dev-cycle-template.sh b/src/releasing/prepare-next-dev-cycle-template.sh index 9ea95c3e..1aa03960 100755 --- a/src/releasing/prepare-next-dev-cycle-template.sh +++ b/src/releasing/prepare-next-dev-cycle-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Prepares the next dev cycle based on conventions: @@ -61,7 +61,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/prepare-next-dev-cycle-template.sh.sig b/src/releasing/prepare-next-dev-cycle-template.sh.sig index 2feaff37..e7ec69d7 100644 Binary files a/src/releasing/prepare-next-dev-cycle-template.sh.sig and b/src/releasing/prepare-next-dev-cycle-template.sh.sig differ diff --git a/src/releasing/release-files.sh b/src/releasing/release-files.sh index e595d86d..609a6625 100755 --- a/src/releasing/release-files.sh +++ b/src/releasing/release-files.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Releasing files based on conventions: @@ -75,7 +75,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-files.sh.sig b/src/releasing/release-files.sh.sig index 52e772eb..f105e920 100644 Binary files a/src/releasing/release-files.sh.sig and b/src/releasing/release-files.sh.sig differ diff --git a/src/releasing/release-template.sh b/src/releasing/release-template.sh index b8ac2a0b..2025d192 100755 --- a/src/releasing/release-template.sh +++ b/src/releasing/release-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Defines a release process template where some conventions are defined: @@ -80,7 +80,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-template.sh.sig b/src/releasing/release-template.sh.sig index 28fdbae0..136c23c3 100644 Binary files a/src/releasing/release-template.sh.sig and b/src/releasing/release-template.sh.sig differ diff --git a/src/releasing/sbt-publish-to-sonatype.sh b/src/releasing/sbt-publish-to-sonatype.sh index b0d03cc0..12c3957f 100755 --- a/src/releasing/sbt-publish-to-sonatype.sh +++ b/src/releasing/sbt-publish-to-sonatype.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Checks if (env) var SONATYPE_USER and SONATYPE_PW is set and if not ask the user to input them (via stdin). @@ -38,7 +38,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/sbt-publish-to-sonatype.sh.sig b/src/releasing/sbt-publish-to-sonatype.sh.sig index 982020a5..d7e1b0de 100644 Binary files a/src/releasing/sbt-publish-to-sonatype.sh.sig and b/src/releasing/sbt-publish-to-sonatype.sh.sig differ diff --git a/src/releasing/sneak-peek-banner.sh b/src/releasing/sneak-peek-banner.sh index f457cc6d..90dffe35 100755 --- a/src/releasing/sneak-peek-banner.sh +++ b/src/releasing/sneak-peek-banner.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Shows or hides the sneak peek banner @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/sneak-peek-banner.sh.sig b/src/releasing/sneak-peek-banner.sh.sig index ed7786d4..e1c8dc5e 100644 Binary files a/src/releasing/sneak-peek-banner.sh.sig and b/src/releasing/sneak-peek-banner.sh.sig differ diff --git a/src/releasing/toggle-sections.sh b/src/releasing/toggle-sections.sh index f339dc3f..4f761f06 100755 --- a/src/releasing/toggle-sections.sh +++ b/src/releasing/toggle-sections.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Searches for ... as well as for @@ -36,7 +36,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/toggle-sections.sh.sig b/src/releasing/toggle-sections.sh.sig index 6671f44d..59580a47 100644 Binary files a/src/releasing/toggle-sections.sh.sig and b/src/releasing/toggle-sections.sh.sig differ diff --git a/src/releasing/update-version-README.sh b/src/releasing/update-version-README.sh index 911e335c..0e935807 100755 --- a/src/releasing/update-version-README.sh +++ b/src/releasing/update-version-README.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Replaces the version used in download badge(s) and in the sneak peek banner @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-README.sh.sig b/src/releasing/update-version-README.sh.sig index 9bda829a..56172c28 100644 Binary files a/src/releasing/update-version-README.sh.sig and b/src/releasing/update-version-README.sh.sig differ diff --git a/src/releasing/update-version-common-steps.sh b/src/releasing/update-version-common-steps.sh index 981dcd77..f1c2245f 100755 --- a/src/releasing/update-version-common-steps.sh +++ b/src/releasing/update-version-common-steps.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Carry out some common update version steps either during releasing or in preparing the next dev cycle (indicated via @@ -56,7 +56,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-common-steps.sh.sig b/src/releasing/update-version-common-steps.sh.sig index f7f8e328..4812a4b5 100644 Binary files a/src/releasing/update-version-common-steps.sh.sig and b/src/releasing/update-version-common-steps.sh.sig differ diff --git a/src/releasing/update-version-issue-templates.sh b/src/releasing/update-version-issue-templates.sh index 86560036..f4264602 100755 --- a/src/releasing/update-version-issue-templates.sh +++ b/src/releasing/update-version-issue-templates.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Updates the placeholder of all labels named `Affected Version` in issue templates. @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-issue-templates.sh.sig b/src/releasing/update-version-issue-templates.sh.sig index 94c436b1..c6901b4e 100644 Binary files a/src/releasing/update-version-issue-templates.sh.sig and b/src/releasing/update-version-issue-templates.sh.sig differ diff --git a/src/releasing/update-version-scripts.sh b/src/releasing/update-version-scripts.sh index 6a8a4f87..da85dc0e 100755 --- a/src/releasing/update-version-scripts.sh +++ b/src/releasing/update-version-scripts.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Updates the version which is placed before the `Description` section in bash files (line 8 in this file). @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-scripts.sh.sig b/src/releasing/update-version-scripts.sh.sig index b64c3ff1..ac7503be 100644 Binary files a/src/releasing/update-version-scripts.sh.sig and b/src/releasing/update-version-scripts.sh.sig differ diff --git a/src/setup.sh b/src/setup.sh index 359b0d3a..9d8f3805 100644 --- a/src/setup.sh +++ b/src/setup.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # script which should be sourced and sets up variables and functions for the scripts diff --git a/src/setup.sh.sig b/src/setup.sh.sig index 304ce352..09b19b2a 100644 Binary files a/src/setup.sh.sig and b/src/setup.sh.sig differ diff --git a/src/utility/array-utils.sh b/src/utility/array-utils.sh index ed8a794a..c2e11062 100644 --- a/src/utility/array-utils.sh +++ b/src/utility/array-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # utility functions for dealing with arrays diff --git a/src/utility/array-utils.sh.sig b/src/utility/array-utils.sh.sig index 920762a8..1fdc9125 100644 Binary files a/src/utility/array-utils.sh.sig and b/src/utility/array-utils.sh.sig differ diff --git a/src/utility/ask.sh b/src/utility/ask.sh index 4c56762f..e8391f31 100644 --- a/src/utility/ask.sh +++ b/src/utility/ask.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Utility functions to ask the user something via input. diff --git a/src/utility/ask.sh.sig b/src/utility/ask.sh.sig index ad5d6b1f..70378771 100644 Binary files a/src/utility/ask.sh.sig and b/src/utility/ask.sh.sig differ diff --git a/src/utility/checks.sh b/src/utility/checks.sh index 2e491f78..dd5d98e0 100644 --- a/src/utility/checks.sh +++ b/src/utility/checks.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Functions to check declarations diff --git a/src/utility/checks.sh.sig b/src/utility/checks.sh.sig index 65d0dec5..d5f19b1a 100644 Binary files a/src/utility/checks.sh.sig and b/src/utility/checks.sh.sig differ diff --git a/src/utility/cleanups.sh b/src/utility/cleanups.sh index 90c0806e..6c968176 100644 --- a/src/utility/cleanups.sh +++ b/src/utility/cleanups.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Functions which help in doing cleanup in e.g. scripts/cleanup-on-push-to-main.sh diff --git a/src/utility/cleanups.sh.sig b/src/utility/cleanups.sh.sig index 1ca49c5e..94004477 100644 Binary files a/src/utility/cleanups.sh.sig and b/src/utility/cleanups.sh.sig differ diff --git a/src/utility/execute-if-defined.sh b/src/utility/execute-if-defined.sh index 3319c048..5ec8d7c6 100644 --- a/src/utility/execute-if-defined.sh +++ b/src/utility/execute-if-defined.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/execute-if-defined.sh.sig b/src/utility/execute-if-defined.sh.sig index 01d10418..19f229e0 100644 Binary files a/src/utility/execute-if-defined.sh.sig and b/src/utility/execute-if-defined.sh.sig differ diff --git a/src/utility/git-utils.sh b/src/utility/git-utils.sh index 6ce87657..f97b01cf 100644 --- a/src/utility/git-utils.sh +++ b/src/utility/git-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 # ####### Description ############# # diff --git a/src/utility/git-utils.sh.sig b/src/utility/git-utils.sh.sig index 40fceafa..d83bca41 100644 Binary files a/src/utility/git-utils.sh.sig and b/src/utility/git-utils.sh.sig differ diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index a596a81d..e28199d1 100644 --- a/src/utility/gpg-utils.sh +++ b/src/utility/gpg-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # utility functions for dealing with gpg diff --git a/src/utility/gpg-utils.sh.sig b/src/utility/gpg-utils.sh.sig index 444a572b..a504808a 100644 Binary files a/src/utility/gpg-utils.sh.sig and b/src/utility/gpg-utils.sh.sig differ diff --git a/src/utility/http.sh b/src/utility/http.sh index f18d5c03..c18d2c7f 100644 --- a/src/utility/http.sh +++ b/src/utility/http.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # utility function dealing with fetching files via http @@ -29,7 +29,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.4.0' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/utility/http.sh.sig b/src/utility/http.sh.sig index 1f83a934..a045ca7f 100644 Binary files a/src/utility/http.sh.sig and b/src/utility/http.sh.sig differ diff --git a/src/utility/io.sh b/src/utility/io.sh index d9f55e3c..f2cd4f51 100644 --- a/src/utility/io.sh +++ b/src/utility/io.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # utility function dealing with Input/Ouput diff --git a/src/utility/io.sh.sig b/src/utility/io.sh.sig index 59adf69f..a901782f 100644 Binary files a/src/utility/io.sh.sig and b/src/utility/io.sh.sig differ diff --git a/src/utility/log.sh b/src/utility/log.sh index c6d17467..94aa47a6 100644 --- a/src/utility/log.sh +++ b/src/utility/log.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/log.sh.sig b/src/utility/log.sh.sig index ca7d3324..b70bafa4 100644 Binary files a/src/utility/log.sh.sig and b/src/utility/log.sh.sig differ diff --git a/src/utility/parse-args.sh b/src/utility/parse-args.sh index 39523c96..04809ec4 100644 --- a/src/utility/parse-args.sh +++ b/src/utility/parse-args.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/parse-args.sh.sig b/src/utility/parse-args.sh.sig index b945f01f..666f2e73 100644 Binary files a/src/utility/parse-args.sh.sig and b/src/utility/parse-args.sh.sig differ diff --git a/src/utility/parse-commands.sh b/src/utility/parse-commands.sh index b6d51e62..1afd75e9 100644 --- a/src/utility/parse-commands.sh +++ b/src/utility/parse-commands.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Intended to parse command line arguments of a script which uses commands and delegates accordingly. diff --git a/src/utility/parse-commands.sh.sig b/src/utility/parse-commands.sh.sig index 7a5b4c57..1061d931 100644 Binary files a/src/utility/parse-commands.sh.sig and b/src/utility/parse-commands.sh.sig differ diff --git a/src/utility/parse-fn-args.sh b/src/utility/parse-fn-args.sh index ab7cdc8a..974ba6a6 100644 --- a/src/utility/parse-fn-args.sh +++ b/src/utility/parse-fn-args.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Intended to parse positional function parameters including assignment and check if there are enough arguments diff --git a/src/utility/parse-fn-args.sh.sig b/src/utility/parse-fn-args.sh.sig index f9d84f34..4c34c8dc 100644 Binary files a/src/utility/parse-fn-args.sh.sig and b/src/utility/parse-fn-args.sh.sig differ diff --git a/src/utility/parse-utils.sh b/src/utility/parse-utils.sh index 5b7db4b1..5c9c3508 100644 --- a/src/utility/parse-utils.sh +++ b/src/utility/parse-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/parse-utils.sh.sig b/src/utility/parse-utils.sh.sig index f4f6ac9f..53c3d82a 100644 Binary files a/src/utility/parse-utils.sh.sig and b/src/utility/parse-utils.sh.sig differ diff --git a/src/utility/recursive-declare-p.sh b/src/utility/recursive-declare-p.sh index dae472ec..4eb72ecb 100644 --- a/src/utility/recursive-declare-p.sh +++ b/src/utility/recursive-declare-p.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Utility function which returns the `declare` statement of a variable with given name where it recursively calls diff --git a/src/utility/recursive-declare-p.sh.sig b/src/utility/recursive-declare-p.sh.sig index 9f9a3219..db6c24ec 100644 Binary files a/src/utility/recursive-declare-p.sh.sig and b/src/utility/recursive-declare-p.sh.sig differ diff --git a/src/utility/replace-help-snippet.sh b/src/utility/replace-help-snippet.sh index d3380c58..135366be 100644 --- a/src/utility/replace-help-snippet.sh +++ b/src/utility/replace-help-snippet.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Helper script do capture the `--help` output of a script and replace a snippet in HTML based scripts (e.g. in a Markdown script). diff --git a/src/utility/replace-help-snippet.sh.sig b/src/utility/replace-help-snippet.sh.sig index e48764fd..085472dc 100644 Binary files a/src/utility/replace-help-snippet.sh.sig and b/src/utility/replace-help-snippet.sh.sig differ diff --git a/src/utility/replace-snippet.sh b/src/utility/replace-snippet.sh index d59d7c21..2306cdc9 100644 --- a/src/utility/replace-snippet.sh +++ b/src/utility/replace-snippet.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Helper script do replace a snippet in HTML based files (e.g. in a Markdown file). diff --git a/src/utility/replace-snippet.sh.sig b/src/utility/replace-snippet.sh.sig index 844d65f7..a8b0c611 100644 Binary files a/src/utility/replace-snippet.sh.sig and b/src/utility/replace-snippet.sh.sig differ diff --git a/src/utility/source-once.sh b/src/utility/source-once.sh index d06fce6e..32f57d1b 100644 --- a/src/utility/source-once.sh +++ b/src/utility/source-once.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/source-once.sh.sig b/src/utility/source-once.sh.sig index 2f401108..ab58007d 100644 Binary files a/src/utility/source-once.sh.sig and b/src/utility/source-once.sh.sig differ diff --git a/src/utility/update-bash-docu.sh b/src/utility/update-bash-docu.sh index 8f2581cf..10d04763 100644 --- a/src/utility/update-bash-docu.sh +++ b/src/utility/update-bash-docu.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0-SNAPSHOT +# Version: v3.4.0 # ####### Description ############# # diff --git a/src/utility/update-bash-docu.sh.sig b/src/utility/update-bash-docu.sh.sig index 092fc8a9..8e9ef442 100644 Binary files a/src/utility/update-bash-docu.sh.sig and b/src/utility/update-bash-docu.sh.sig differ