docs: add v2.1.6 changelog (#9538)

This commit is contained in:
Ben Potter
2023-09-05 21:44:12 +00:00
committed by GitHub
parent d85c354507
commit 66019ef70a
2 changed files with 76 additions and 3 deletions
+3 -3
View File
@@ -12,8 +12,8 @@ Run this command to generate release notes:
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
export BRANCH=main
./scripts/release/generate_release_notes.sh \
--old-version=v2.1.4 \
--new-version=v2.1.5 \
--old-version=v2.1.5 \
--new-version=v2.1.6 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.1.5.md
> ./docs/changelogs/v2.1.6.md
```