Skip to content

Commit

Permalink
[TEMP FIX] always have somthing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Sep 23, 2020
1 parent 3ea8e65 commit 80997cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/tasks/shipit/task
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ mv $REPO_ROOT/*.tar.gz ${RELEASE_ROOT}/artifacts
# Clean release-notes
git clone -b ${BRANCH} git-ci pushme
echo -e "## Bug fixes:\n\n## Small improvments:\n\n" > pushme/ci/release_notes.md
echo -e "## Version: ${VERSION}" > pushme/ci/version

cat > ${RELEASE_ROOT}/notification <<EOF
<!here> New ${KIT_SHORTNAME} v${VERSION} released!
Expand Down

0 comments on commit 80997cb

Please sign in to comment.