Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/publish-oss-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn clean
current_tag="$(git tag --points-at HEAD)"
previous_tag="$(git tag -l --merged | grep '^OSS-[0-9]*\.[0-9]*\.[0-9]*.*' | sort -V | tail -2 | head -1)"
docker run \
-v "$(PWD)"/:/ui \
-v "${PWD}"/:/ui \
--rm \
-e GIT_REPO=https://github.com/influxdata/ui \
quay.io/influxdb/changelogger:0dbf37ba8a912460358d322dcad414b80ce074f2 \
Expand Down