File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: 2.1
2
2
executors :
3
3
pixelfederation-docker-client :
4
4
docker :
5
- - image : pixelfederation/docker-client:20.10.5 -compose
5
+ - image : pixelfederation/docker-client:20.10.17 -compose
6
6
working_directory : ~/workdir
7
7
8
8
aliases :
9
9
# Remote Docker config
10
10
- &docker-remote-version
11
11
setup_remote_docker :
12
12
# https://circleci.com/docs/2.0/building-docker-images/#docker-version
13
- version : 20.10.2
13
+ version : 20.10.17
14
14
15
15
# Filters
16
16
- &filter-run-on-local-branches
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ echo "Preparing release of version: ${NEW_VERSION}"
144
144
RELEASE_TAG=" v${NEW_VERSION} "
145
145
# Save release notes
146
146
git tag " ${RELEASE_TAG} " > /dev/null 2>&1
147
- GH_RELEASE_NOTES_HEADER=" $( conventional-changelog -p angular -r 2 | awk ' NR > 4 { print } ' | head -n 1) "
147
+ GH_RELEASE_NOTES_HEADER=" $( conventional-changelog -p angular -r 2 | head -n 5 | tail -n 1) "
148
148
git tag -d " ${RELEASE_TAG} " > /dev/null 2>&1
149
149
GH_RELEASE_NOTES=" $( conventional-changelog -p angular | awk ' NR > 3 { print }' ) "
150
150
if [ " " = " $( echo -n " $GH_RELEASE_NOTES " | tr ' \n' ' ' ) " ]; then
You can’t perform that action at this time.
0 commit comments