Skip to content

Commit

Permalink
prepare next dev cycle for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Nov 22, 2024
1 parent 4e42403 commit d55212a
Show file tree
Hide file tree
Showing 26 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
name: "gt update"
on:
Expand Down
2 changes: 1 addition & 1 deletion .gt/remotes/tegonal-gh-commons/pull-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for main -->
<!--

[![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4)
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Quality Assurance](https://github.com/tegonal/gt/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/gt/actions/workflows/quality-assurance.yml?query=branch%3Amain)
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/gt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
-->

<!-- for main end -->
<!-- for release -->

<!--
[![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4)
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/gt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")

-->
<!-- for release end -->

# gt
Expand All @@ -36,11 +36,11 @@ templates etc. which you use in multiple projects but want to maintain at a sing

</details>

<!---
---
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not released yet.
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.0.4](https://github.com/tegonal/gt/tree/v1.0.4/README.md).

--->
---

**Table of Content**

Expand Down Expand Up @@ -253,7 +253,7 @@ self-update update gt to the latest version
--version prints the version of this script
INFO: Version of gt.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-help>
Expand Down Expand Up @@ -284,7 +284,7 @@ list list all remotes
--version prints the version of this script
INFO: Version of gt-remote.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-remote-help>
Expand Down Expand Up @@ -348,7 +348,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt
INFO: Version of gt-remote.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-remote-add-help>
Expand Down Expand Up @@ -380,7 +380,7 @@ gt remote remove -r tegonal-scripts --delete-pulled-files true
gt remote remove -r tegonal-scripts -w .github/.gt
INFO: Version of gt-remote.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-remote-remove-help>
Expand All @@ -407,7 +407,7 @@ gt remote list
gt remote list -w .github/.gt
INFO: Version of gt-remote.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-remote-list-help>
Expand Down Expand Up @@ -458,7 +458,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE
gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ --tag-filter "^v3.*"
INFO: Version of gt-pull.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-pull-help>
Expand Down Expand Up @@ -596,7 +596,7 @@ gt re-pull
gt re-pull -r tegonal-scripts --only-missing false
INFO: Version of gt-re-pull.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-re-pull-help>
Expand Down Expand Up @@ -660,7 +660,7 @@ gt reset
gt reset --gpg-only true
INFO: Version of gt-reset.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-reset-help>
Expand Down Expand Up @@ -723,7 +723,7 @@ gt update -r tegonal-scripts
gt update -r tegonal-scripts -t v1.0.0
INFO: Version of gt-update.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-update-help>
Expand Down Expand Up @@ -916,7 +916,7 @@ gt self-update
gt self-update --force
INFO: Version of gt-self-update.sh is:
v1.0.4
v1.1.0-SNAPSHOT
```

</gt-self-update-help>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# installation script which downloads and set ups the latest or a specific tag of gt
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup-on-push-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions scripts/prepare-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.0.4"
GT_VERSION="v1.1.0-SNAPSHOT"

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.0.4"
GT_VERSION="v1.1.0-SNAPSHOT"

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-version-in-non-sh-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.0.4"
GT_VERSION="v1.1.0-SNAPSHOT"

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
2 changes: 1 addition & 1 deletion src/common-constants.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# constants intended to be sourced into a function
Expand Down
2 changes: 1 addition & 1 deletion src/gitlab/create-mr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion src/gitlab/install-gt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions src/gitlab/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

function exitIfEnvVarNotSet() {
local -rn exitIfEnvVarNotSet_arr=$1
Expand Down
4 changes: 2 additions & 2 deletions src/gt-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 'pull' command of gt: utility to pull files from a previously defined git remote repository
Expand Down Expand Up @@ -64,7 +64,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt-re-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 're-pull' command of gt: utility to pull files defined in pulled.tsv for all or one previously defined remote
Expand Down Expand Up @@ -37,7 +37,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 'remote' command of gt: utility to manage gt remotes
Expand All @@ -28,7 +28,7 @@
set -eu -o pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt-reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 'reset' command of gt: utility to reset (re-initialise gpg, re-pull all files) for all or one previously defined remote
Expand Down Expand Up @@ -37,7 +37,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt-self-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 'self-update' command of gt: utility to update gt
Expand All @@ -22,7 +22,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# 'update' command of gt: utility to update already pulled files
Expand All @@ -31,7 +31,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions src/gt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.0.4
# Version: v1.1.0-SNAPSHOT
####### Description #############
#
# Utility to pull a file or a directory from a git repository.
Expand Down Expand Up @@ -41,7 +41,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.0.4'
export GT_VERSION='v1.1.0-SNAPSHOT'

if ! [[ -v dir_of_gt ]]; then
declare intermediateSource=${BASH_SOURCE[0]:-$0}
Expand Down
Loading

0 comments on commit d55212a

Please sign in to comment.