mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: add v2.1.6 changelog (#9538)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user