forked from influxdata/influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: omit VCS commands for changelog in favor of s3-only approach (i…
- Loading branch information
1 parent
153a89d
commit 26e35ed
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |