Skip to content

Commit 8b0a76f

Browse files
committed
v1.5.3 fix placeholder replacement if there are new
1 parent 453679a commit 8b0a76f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+69
-69
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Affected Version
1313
description: What version of gt are you using?
14-
placeholder: "v1.5.2"
14+
placeholder: "v1.5.3"
1515
validations:
1616
required: true
1717
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
______________________________________
4-
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v1.5.2/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4+
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v1.5.3/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.

.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.6.0-SNAPSHOT
8+
# Version: v1.5.3
99
###################################
1010
name: "gt update"
1111

0 Bytes
Binary file not shown.

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
installOld:
5151
strategy:
5252
matrix:
53-
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.3.1, v1.4.0, v1.4.1, v1.4.2, v1.4.3, v1.4.4, v1.5.0, v1.5.1]
53+
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.3.1, v1.4.0, v1.4.1, v1.4.2, v1.4.3, v1.4.4, v1.5.0, v1.5.1, v1.5.2]
5454
runs-on: ubuntu-latest
5555
name: 'self-update from ${{matrix.tag}}'
5656
steps:

.gt/remotes/tegonal-gh-commons/pull-hook.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.6.0-SNAPSHOT
9+
# Version: v1.5.3
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
GT_LATEST_VERSION="v1.5.2"
14+
GT_LATEST_VERSION="v1.5.3"
1515

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

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
3-
[![Download](https://img.shields.io/badge/Download-v1.5.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.2)
2+
<!--
3+
[![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-
<!--
11-
[![Download](https://img.shields.io/badge/Download-v1.5.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.2)
10+
11+
[![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.
41-
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.5.2](https://github.com/tegonal/gt/tree/v1.5.2/README.md).
41+
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

@@ -101,8 +101,8 @@ currentDir=$(pwd) &&
101101
echo "public key trusted" &&
102102
mkdir ./gpg &&
103103
gpg --homedir ./gpg --import ./signing-key.public.asc &&
104-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh" &&
105-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh.sig" &&
104+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh" &&
105+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh.sig" &&
106106
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh &&
107107
chmod +x ./install.sh &&
108108
echo "verification successful" ||
@@ -171,7 +171,7 @@ Last but not least, see [additional installation steps](#additional-installation
171171

172172
## manually
173173

174-
1. [![Download](https://img.shields.io/badge/Download-v1.5.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.2)
174+
1. [![Download](https://img.shields.io/badge/Download-v1.5.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.5.3)
175175
2. extract the zip/tar.gz
176176
3. open a terminal at the corresponding folder and verify the public key of this repo
177177
against [Tegonal's public key](https://tegonal.com/gpg/github.asc):
@@ -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.6.0-SNAPSHOT
264+
v1.5.3
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.6.0-SNAPSHOT
295+
v1.5.3
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.6.0-SNAPSHOT
359+
v1.5.3
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.6.0-SNAPSHOT
391+
v1.5.3
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.6.0-SNAPSHOT
418+
v1.5.3
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.6.0-SNAPSHOT
469+
v1.5.3
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.6.0-SNAPSHOT
607+
v1.5.3
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.6.0-SNAPSHOT
671+
v1.5.3
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.6.0-SNAPSHOT
735+
v1.5.3
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.6.0-SNAPSHOT
913+
v1.5.3
914914
```
915915

916916
</gt-self-update-help>

install.doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ currentDir=$(pwd) &&
77
echo "public key trusted" &&
88
mkdir ./gpg &&
99
gpg --homedir ./gpg --import ./signing-key.public.asc &&
10-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh" &&
11-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh.sig" &&
10+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh" &&
11+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh.sig" &&
1212
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh &&
1313
chmod +x ./install.sh &&
1414
echo "verification successful" ||

install.doc.sh.sig

0 Bytes
Binary file not shown.

install.sh

Lines changed: 3 additions & 3 deletions
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.6.0-SNAPSHOT
9+
# Version: v1.5.3
1010
####### Description #############
1111
#
1212
# installation script which downloads and set ups the latest or a specific tag of gt
@@ -22,8 +22,8 @@
2222
# echo "public key trusted" &&
2323
# mkdir ./gpg &&
2424
# gpg --homedir ./gpg --import ./signing-key.public.asc &&
25-
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh" &&
26-
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.2/install.sh.sig" &&
25+
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh" &&
26+
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.5.3/install.sh.sig" &&
2727
# gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh &&
2828
# chmod +x ./install.sh &&
2929
# echo "verification successful" ||

0 commit comments

Comments
 (0)