Skip to content

Commit 316313a

Browse files
committed
Remove Changelog from GitHub Release template
1 parent 8542aa9 commit 316313a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.bin/render-github-release-template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ VERSION_TAG=v$VERSION
88

99
mkdir -p release
1010
awk \
11-
-v "chg=$(awk -v ver="$VERSION" '/^## / { if (p) { exit }; if ($$2 == ver) { p=1; next } } p' CHANGELOG.md)" \
1211
-v "tag=$VERSION_TAG" \
1312
-v "ver=$VERSION" \
14-
'{gsub(/REPLACE_WITH_CHANGELOG/,chg);gsub(/REPLACE_WITH_TAG/,tag);gsub(/REPLACE_WITH_VER/,ver)}1' \
13+
'{gsub(/REPLACE_WITH_TAG/,tag);gsub(/REPLACE_WITH_VER/,ver)}1' \
1514
GITHUB_RELEASE_TEMPLATE.md > release/GITHUB_RELEASE.md

GITHUB_RELEASE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## Changelog
2-
3-
REPLACE_WITH_CHANGELOG
4-
51
## Installation
62

73
### ice
@@ -18,6 +14,8 @@ curl -sSL https://github.com/altinity/ice/releases/download/REPLACE_WITH_TAG/ice
1814
- `altinity/ice:REPLACE_WITH_VER`
1915
- `altinity/ice:debug-REPLACE_WITH_VER`
2016

17+
> `debug-*` images contain busybox shell.
18+
2119
### ice-rest-catalog
2220

2321
```sh
@@ -32,3 +30,5 @@ curl -sSL https://github.com/altinity/ice/releases/download/REPLACE_WITH_TAG/ice
3230
- `altinity/ice-rest-catalog:REPLACE_WITH_VER`
3331
- `altinity/ice-rest-catalog:debug-REPLACE_WITH_VER`
3432
- `altinity/ice-rest-catalog:debug-with-ice-REPLACE_WITH_VER`
33+
34+
> `debug-*` images contain busybox shell.

0 commit comments

Comments
 (0)