diff --git a/.editorconfig b/.editorconfig index 5ebc4f4..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.1 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.editorconfig diff --git a/.gitattributes b/.gitattributes index ff07ff1..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.1 +# 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 677e454..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.1 +# 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 925835b..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.1 +# 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 f695a9f..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.1 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/.github/workflows/cleanup.yml diff --git a/.shellcheckrc b/.shellcheckrc index 876e371..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.1 +# Version: v2.9.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc diff --git a/README.md b/README.md index 95581e8..b78108b 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 1d99b8c..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.1 +# 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 326a7c5..1e0e521 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.1 +# 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 bfceff7..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.1 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.1" +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 e13b10d..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.1 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.1" +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 38dcefd..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.1 +# 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 4e8345e..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.1 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.8.1" +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 0d8ccce..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.1 +# Version: v2.9.0-SNAPSHOT ################################### --> # Contributor Covenant Code of Conduct diff --git a/src/.github/dependabot.yml b/src/.github/dependabot.yml index ef1907d..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.1 +# Version: v2.9.0-SNAPSHOT ################################### version: 2 updates: diff --git a/src/.github/workflows/cleanup.yml b/src/.github/workflows/cleanup.yml index e7a7a89..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.1 +# Version: v2.9.0-SNAPSHOT ################################### name: Cleanup diff --git a/src/.github/workflows/matrix_commons.js b/src/.github/workflows/matrix_commons.js index efc8712..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.1 +// 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 9ca7666..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.1 +# Version: v2.9.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/dotfiles/.editorconfig b/src/dotfiles/.editorconfig index 873b411..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.1 +# Version: v2.9.0-SNAPSHOT ################################### # https://editorconfig.org diff --git a/src/dotfiles/.gitattributes b/src/dotfiles/.gitattributes index ba16e27..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.1 +# 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 300db56..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.1 +# 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 4de7610..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.1 +# 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 832b604..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.1 +# Version: v2.9.0-SNAPSHOT ####### Description ############# # # constants intended to be sourced into a function.