Skip to content

Commit 1750a7d

Browse files
committed
prepare next dev cycle for v1.6.0
1 parent 8b0a76f commit 1750a7d

27 files changed

+55
-55
lines changed

.github/workflows/gt-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v1.5.3
8+
# Version: v1.6.0-SNAPSHOT
99
###################################
1010
name: "gt update"
1111

.gt/remotes/tegonal-gh-commons/pull-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
<!--
2+
33
[![Download](https://img.shields.io/badge/Download-v1.5.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.3)
44
[![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")
55
[![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)
66
[![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")
7-
-->
7+
88
<!-- for main end -->
99
<!-- for release -->
10-
10+
<!--
1111
[![Download](https://img.shields.io/badge/Download-v1.5.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.3)
1212
[![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")
1313
[![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")
14-
14+
-->
1515
<!-- for release end -->
1616

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

3737
</details>
3838

39-
<!---
39+
---
4040
❗ 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.
4141
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.5.3](https://github.com/tegonal/gt/tree/v1.5.3/README.md).
4242

43-
--->
43+
---
4444

4545
**Table of Contents**
4646

@@ -261,7 +261,7 @@ self-update update gt to the latest version
261261
--version prints the version of this script
262262
263263
INFO: Version of gt.sh is:
264-
v1.5.3
264+
v1.6.0-SNAPSHOT
265265
```
266266

267267
</gt-help>
@@ -292,7 +292,7 @@ list list all remotes
292292
--version prints the version of this script
293293
294294
INFO: Version of gt-remote.sh is:
295-
v1.5.3
295+
v1.6.0-SNAPSHOT
296296
```
297297

298298
</gt-remote-help>
@@ -356,7 +356,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur
356356
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt
357357
358358
INFO: Version of gt-remote.sh is:
359-
v1.5.3
359+
v1.6.0-SNAPSHOT
360360
```
361361

362362
</gt-remote-add-help>
@@ -388,7 +388,7 @@ gt remote remove -r tegonal-scripts --delete-pulled-files true
388388
gt remote remove -r tegonal-scripts -w .github/.gt
389389
390390
INFO: Version of gt-remote.sh is:
391-
v1.5.3
391+
v1.6.0-SNAPSHOT
392392
```
393393

394394
</gt-remote-remove-help>
@@ -415,7 +415,7 @@ gt remote list
415415
gt remote list -w .github/.gt
416416
417417
INFO: Version of gt-remote.sh is:
418-
v1.5.3
418+
v1.6.0-SNAPSHOT
419419
```
420420

421421
</gt-remote-list-help>
@@ -466,7 +466,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE
466466
gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ --tag-filter "^v3.*"
467467
468468
INFO: Version of gt-pull.sh is:
469-
v1.5.3
469+
v1.6.0-SNAPSHOT
470470
```
471471

472472
</gt-pull-help>
@@ -604,7 +604,7 @@ gt re-pull
604604
gt re-pull -r tegonal-scripts --only-missing false
605605
606606
INFO: Version of gt-re-pull.sh is:
607-
v1.5.3
607+
v1.6.0-SNAPSHOT
608608
```
609609

610610
</gt-re-pull-help>
@@ -668,7 +668,7 @@ gt reset
668668
gt reset --gpg-only true
669669
670670
INFO: Version of gt-reset.sh is:
671-
v1.5.3
671+
v1.6.0-SNAPSHOT
672672
```
673673

674674
</gt-reset-help>
@@ -732,7 +732,7 @@ gt update -r tegonal-scripts
732732
gt update -r tegonal-scripts -t v1.0.0
733733
734734
INFO: Version of gt-update.sh is:
735-
v1.5.3
735+
v1.6.0-SNAPSHOT
736736
```
737737

738738
</gt-update-help>
@@ -910,7 +910,7 @@ gt self-update
910910
gt self-update --force
911911
912912
INFO: Version of gt-self-update.sh is:
913-
v1.5.3
913+
v1.6.0-SNAPSHOT
914914
```
915915

916916
</gt-self-update-help>

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
####### Description #############
1111
#
1212
# installation script which downloads and set ups the latest or a specific tag of gt

scripts/before-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/cleanup-on-push-to-main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/prepare-next-dev-cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
1313
unset CDPATH
14-
GT_VERSION="v1.5.3"
14+
GT_VERSION="v1.6.0-SNAPSHOT"
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }
1313
unset CDPATH
14-
GT_VERSION="v1.5.3"
14+
GT_VERSION="v1.6.0-SNAPSHOT"
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/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 European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

scripts/run-shfmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.3
9+
# Version: v1.6.0-SNAPSHOT
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit || { echo >&2 "please update to bash 5, see errors above" && exit 1; }

0 commit comments

Comments
 (0)