Skip to content

Commit a9d386a

Browse files
committed
update files of remote tegonal-scripts to version v4.9.1 via gt
1 parent b2853f8 commit a9d386a

37 files changed

Lines changed: 86 additions & 86 deletions

.gt/remotes/tegonal-scripts/pulled.tsv

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

lib/tegonal-scripts/src/ci/install-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# installs shellcheck v0.10.0 into $HOME/.local/lib

lib/tegonal-scripts/src/qa/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# function which searches for *.sh files within defined paths (directories or a single *.sh) and

lib/tegonal-scripts/src/releasing/common-constants.source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2
88
# /___/ Please report bugs and contribute back your improvements
99
#
10-
# Version: v4.9.0
10+
# Version: v4.9.1
1111
####### Description #############
1212
#
1313
# constants intended to be sourced into a function

lib/tegonal-scripts/src/releasing/deduce-next-version.source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
88
# /___/ Please report bugs and contribute back your improvements
99
#
10-
# Version: v4.9.0
10+
# Version: v4.9.1
1111
####### Description #############
1212
#
1313
# intended to be sourced into a function which expects params version and nextVersion

lib/tegonal-scripts/src/releasing/pre-release-checks-git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# Checks that releasing a certain version (creating a corresponding git tag) makes sense: We check:
@@ -34,7 +34,7 @@
3434
set -euo pipefail
3535
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
3636
unset CDPATH
37-
export TEGONAL_SCRIPTS_VERSION='v4.9.0'
37+
export TEGONAL_SCRIPTS_VERSION='v4.9.1'
3838

3939
if ! [[ -v dir_of_tegonal_scripts ]]; then
4040
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

lib/tegonal-scripts/src/releasing/prepare-files-next-dev-cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# Prepare the next dev cycle for files based on conventions:
@@ -60,7 +60,7 @@
6060
set -euo pipefail
6161
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
6262
unset CDPATH
63-
export TEGONAL_SCRIPTS_VERSION='v4.9.0'
63+
export TEGONAL_SCRIPTS_VERSION='v4.9.1'
6464

6565
if ! [[ -v dir_of_tegonal_scripts ]]; then
6666
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

lib/tegonal-scripts/src/releasing/prepare-next-dev-cycle-template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# Prepares the next dev cycle based on conventions:
@@ -61,7 +61,7 @@
6161
set -euo pipefail
6262
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
6363
unset CDPATH
64-
export TEGONAL_SCRIPTS_VERSION='v4.9.0'
64+
export TEGONAL_SCRIPTS_VERSION='v4.9.1'
6565

6666
if ! [[ -v dir_of_tegonal_scripts ]]; then
6767
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

lib/tegonal-scripts/src/releasing/release-files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# Releasing files based on conventions:
@@ -75,7 +75,7 @@
7575
set -euo pipefail
7676
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
7777
unset CDPATH
78-
export TEGONAL_SCRIPTS_VERSION='v4.9.0'
78+
export TEGONAL_SCRIPTS_VERSION='v4.9.1'
7979

8080
if ! [[ -v dir_of_tegonal_scripts ]]; then
8181
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

lib/tegonal-scripts/src/releasing/release-template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v4.9.0
9+
# Version: v4.9.1
1010
####### Description #############
1111
#
1212
# Defines a release process template where some conventions are defined:
@@ -80,7 +80,7 @@
8080
set -euo pipefail
8181
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
8282
unset CDPATH
83-
export TEGONAL_SCRIPTS_VERSION='v4.9.0'
83+
export TEGONAL_SCRIPTS_VERSION='v4.9.1'
8484

8585
if ! [[ -v dir_of_tegonal_scripts ]]; then
8686
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."

0 commit comments

Comments
 (0)