From 98029c78cd2b0f153430a841fc69fc1e68e80f67 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 25 Oct 2024 14:19:47 +0200 Subject: [PATCH] prepare next dev cycle for v2.9.0 --- .editorconfig | 2 +- .gitattributes | 2 +- .github/CODE_OF_CONDUCT.md | 2 +- .github/dependabot.yml | 2 +- .github/workflows/cleanup.yml | 2 +- .shellcheckrc | 2 +- README.md | 8 ++++---- scripts/before-pr.sh | 2 +- scripts/cleanup-on-push-to-main.sh | 2 +- scripts/extend-expiration-signing-key.sh | 2 +- scripts/prepare-next-dev-cycle.sh | 4 ++-- scripts/release.sh | 4 ++-- scripts/run-shellcheck.sh | 2 +- scripts/update-version-in-non-sh-files.sh | 4 ++-- src/.github/CODE_OF_CONDUCT.md | 2 +- src/.github/dependabot.yml | 2 +- src/.github/workflows/cleanup.yml | 2 +- src/.github/workflows/matrix_commons.js | 2 +- src/ci/docker-entrypoint.sh | 2 +- src/dotfiles/.editorconfig | 2 +- src/dotfiles/.gitattributes | 2 +- src/dotfiles/.shellcheckrc | 2 +- src/gt/pull-hook-functions.sh | 2 +- src/gt/tegonal.data.source.sh | 2 +- 24 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5e5c239..4bb4ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.editorconfig diff --git a/.gitattributes b/.gitattributes index 941bb49..d5b0031 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.gitattributes diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 458686a..27062c9 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/.github/CODE_OF_CONDUCT.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d91a8fd..468ade5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/.github/dependabot.yml diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 041dc14..9740546 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/.github/workflows/cleanup.yml diff --git a/.shellcheckrc b/.shellcheckrc index b69bb0e..ee5ff7d 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc diff --git a/README.md b/README.md index a8e0335..db21630 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - + - + # Tegonal's github-commons diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index ef4a491..efe5c02 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### 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 659754f..ec674c9 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/extend-expiration-signing-key.sh b/scripts/extend-expiration-signing-key.sh index 7202d26..f5e5527 100755 --- a/scripts/extend-expiration-signing-key.sh +++ b/scripts/extend-expiration-signing-key.sh @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 50e7cbe..6c87a2e 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -5,12 +5,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.2" +TEGONAL_GITHUB_COMMONS_VERSION="v2.9.0-SNAPSHOT" 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 1c5901c..3dfbfcf 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,12 +5,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.2" +TEGONAL_GITHUB_COMMONS_VERSION="v2.9.0-SNAPSHOT" 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 92b5829..c5ec4f2 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/update-version-in-non-sh-files.sh b/scripts/update-version-in-non-sh-files.sh index bc22a50..7e01bf9 100755 --- a/scripts/update-version-in-non-sh-files.sh +++ b/scripts/update-version-in-non-sh-files.sh @@ -5,12 +5,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.2" +TEGONAL_GITHUB_COMMONS_VERSION="v2.9.0-SNAPSHOT" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/.github/CODE_OF_CONDUCT.md b/src/.github/CODE_OF_CONDUCT.md index 8fab267..42f0d20 100644 --- a/src/.github/CODE_OF_CONDUCT.md +++ b/src/.github/CODE_OF_CONDUCT.md @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### --> # Contributor Covenant Code of Conduct diff --git a/src/.github/dependabot.yml b/src/.github/dependabot.yml index f2eedde..62852ea 100644 --- a/src/.github/dependabot.yml +++ b/src/.github/dependabot.yml @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### version: 2 updates: diff --git a/src/.github/workflows/cleanup.yml b/src/.github/workflows/cleanup.yml index fd7f719..9bf6714 100644 --- a/src/.github/workflows/cleanup.yml +++ b/src/.github/workflows/cleanup.yml @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### name: Cleanup diff --git a/src/.github/workflows/matrix_commons.js b/src/.github/workflows/matrix_commons.js index 2af0457..c71c23a 100644 --- a/src/.github/workflows/matrix_commons.js +++ b/src/.github/workflows/matrix_commons.js @@ -5,7 +5,7 @@ // \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 // /___/ Please report bugs and contribute back your improvements // -// Version: v2.8.2 +// Version: v2.9.0-SNAPSHOT //################################## // adapted version of https://github.com/vlsi/github-actions-random-matrix/blob/main/examples/matrix.js // licensed under Apache License 2.0 diff --git a/src/ci/docker-entrypoint.sh b/src/ci/docker-entrypoint.sh index 8f13a34..950de81 100644 --- a/src/ci/docker-entrypoint.sh +++ b/src/ci/docker-entrypoint.sh @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/dotfiles/.editorconfig b/src/dotfiles/.editorconfig index 224380b..51bb12a 100644 --- a/src/dotfiles/.editorconfig +++ b/src/dotfiles/.editorconfig @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### # https://editorconfig.org diff --git a/src/dotfiles/.gitattributes b/src/dotfiles/.gitattributes index 46d7f8a..db7b42e 100644 --- a/src/dotfiles/.gitattributes +++ b/src/dotfiles/.gitattributes @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### # https://help.github.com/articles/dealing-with-line-endings/ diff --git a/src/dotfiles/.shellcheckrc b/src/dotfiles/.shellcheckrc index 3ff0c7e..60a993f 100644 --- a/src/dotfiles/.shellcheckrc +++ b/src/dotfiles/.shellcheckrc @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ################################### # Prefer putting braces around variable references even when not strictly required. diff --git a/src/gt/pull-hook-functions.sh b/src/gt/pull-hook-functions.sh index ee03081..c7241be 100644 --- a/src/gt/pull-hook-functions.sh +++ b/src/gt/pull-hook-functions.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal # /___/ Please report bugs and contribute back your improvements # -# Version: v2.8.2 +# Version: v2.9.0-SNAPSHOT ####### Description ############# # # functions which can be used to update the placeholders in the templates in a gt pull-hook.sh diff --git a/src/gt/tegonal.data.source.sh b/src/gt/tegonal.data.source.sh index 4f12fac..0f8b95e 100644 --- a/src/gt/tegonal.data.source.sh +++ b/src/gt/tegonal.data.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: v2.8.2 +# Version: v2.9.0-SNAPSHOT ####### Description ############# # # constants intended to be sourced into a function.