Skip to content

Commit

Permalink
Release v1 from v1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Dec 19, 2021
1 parent d6d6fa4 commit f9b042b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ meta:
uri: (( concat "[email protected]:" meta.github.owner "/" meta.github.repo ))
owner: (( param "Please specify the name of the user / organization that owns the Github repository" ))
repo: (( param "Please specify the name of the Github repository" ))
branch: master
branch: v1.x
private_key: (( param "Please generate an SSH Deployment Key for this repo and specify it here" ))
access_token: (( param "Please generate a Personal Access Token to be used for creating github releases (do you have a ci-bot?)" ))

Expand Down Expand Up @@ -322,6 +322,7 @@ jobs:
params:
name: gh/name
tag: gh/tag
commitish: gh/branch
body: gh/notes.md
globs: [gh/artifacts/*]
- put: version
Expand Down
1 change: 1 addition & 0 deletions ci/scripts/shipit
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ header "Assembling Github Release Artifacts..."
mkdir -p ${RELEASE_ROOT}/artifacts
echo "v${VERSION}" > ${RELEASE_ROOT}/tag
echo "v${VERSION}" > ${RELEASE_ROOT}/name
echo "$BRANCH" > ${RELEASE_ROOT}/branch
mv git/*.tar.gz ${RELEASE_ROOT}/artifacts
mv ${REPO_ROOT}/ci/release_notes.md ${RELEASE_ROOT}/notes.md
cat > ${RELEASE_ROOT}/notification <<EOF
Expand Down

0 comments on commit f9b042b

Please sign in to comment.