Skip to content

Commit

Permalink
chore: omit VCS commands for changelog in favor of s3-only approach (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshepherd authored Sep 10, 2021
1 parent 153a89d commit 26e35ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,5 @@ jobs:
-- \
--tag $TIMESTAMP
echo ${CIRCLE_SHA1} > $COMMIT_FILE_PATH
git add CHANGELOG.md $COMMIT_FILE_PATH
git config user.email "[email protected]"
git config user.name "Edge Team CircleCI Automation"
git commit -m "changelog: update $TIMESTAMP [skip ci]"
git push origin $CIRCLE_BRANCH
- store_artifacts:
path: CHANGELOG.md
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ blobs:
folder: "platform/nightlies/"
extra_files:
- glob: ./CHANGELOG.md
- glob: ./scripts/ci/changelog-commit.txt
# Duplicating the contents to another folder in the bucket ensures
# scheme parity with release branches; eventually the artifacts should
# __only__ appear in the branch-specific folder
Expand All @@ -100,6 +101,7 @@ blobs:
folder: "platform/nightlies/master/"
extra_files:
- glob: ./CHANGELOG.md
- glob: ./scripts/ci/changelog-commit.txt

checksum:
name_template: "influxdb2-nightly.sha256"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The Changelog has moved!

You can find it at the following URL:

https://dl.influxdata.com/platform/nightlies/master/CHANGELOG.md

0 comments on commit 26e35ed

Please sign in to comment.