diff --git a/.editorconfig b/.editorconfig index 26084b3..91b4094 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.editorconfig diff --git a/.gitattributes b/.gitattributes index 1c1b3d7..61ee68e 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.7.1 +# Version: v2.8.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 514ad6c..b3599a0 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.7.1 +# Version: v2.8.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 7dcd808..f476508 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.7.1 +# Version: v2.8.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 a9fe10e..1cc10f9 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/.github/workflows/cleanup.yml diff --git a/.shellcheckrc b/.shellcheckrc index 6d4e8ef..4bd66d0 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc diff --git a/README.md b/README.md index d249921..f8703be 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 71b019f..741aa33 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.7.1 +# Version: v2.8.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 eea9f81..235dc2e 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.7.1 +# Version: v2.8.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 b9cc24a..77db045 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.7.1" +TEGONAL_GITHUB_COMMONS_VERSION="v2.8.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 ae0944f..28fa3d3 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.7.1" +TEGONAL_GITHUB_COMMONS_VERSION="v2.8.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 eb96c17..0df8680 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.7.1 +# Version: v2.8.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 0891f7f..8cbbe32 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_GITHUB_COMMONS_VERSION="v2.7.1" +TEGONAL_GITHUB_COMMONS_VERSION="v2.8.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 104e19a..812cc89 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### --> # Contributor Covenant Code of Conduct diff --git a/src/.github/dependabot.yml b/src/.github/dependabot.yml index 16a709d..5f7d91e 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### version: 2 updates: diff --git a/src/.github/workflows/cleanup.yml b/src/.github/workflows/cleanup.yml index 84b8ab0..8e457e1 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### name: Cleanup diff --git a/src/.github/workflows/matrix_commons.js b/src/.github/workflows/matrix_commons.js index a7414dd..8c3f543 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.7.1 +// Version: v2.8.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 e7a9c5e..e81b0b9 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/dotfiles/.editorconfig b/src/dotfiles/.editorconfig index 68220db..f8e14d7 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### # https://editorconfig.org diff --git a/src/dotfiles/.gitattributes b/src/dotfiles/.gitattributes index 6790442..928fcaf 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.7.1 +# Version: v2.8.0-SNAPSHOT ################################### # https://help.github.com/articles/dealing-with-line-endings/ diff --git a/src/dotfiles/.shellcheckrc b/src/dotfiles/.shellcheckrc index 2d5e95b..ccc9303 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.7.1 +# Version: v2.8.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 9c73aaa..f8f74a9 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.7.1 +# Version: v2.8.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 2d4e764..cfc8f99 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.7.1 +# Version: v2.8.0-SNAPSHOT ####### Description ############# # # constants intended to be sourced into a function.