Files
coder/docs/changelogs
Ben Potter 46551e619d docs: add v2.2.1 changelog (#10055)
* fix external auth link

* chore v2.2.1 changelog
2023-10-04 17:02:14 +00:00
..
2023-10-04 17:02:14 +00:00
2023-08-24 17:35:00 +00:00
2023-08-28 22:55:09 +00:00
2023-09-05 21:44:12 +00:00
2023-09-27 17:38:43 +00:00
2023-10-04 17:02:14 +00:00

Changelogs

These are the changelogs used by [generate_release_notes.sh]https://github.com/coder/coder/blob/main/scripts/release/generate_release_notes.sh) for a release.

These changelogs are currently not kept in sync with GitHub releases. Use GitHub releases for the latest information!

Writing a changelog

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.2.1 \
  --new-version=v2.2.2 \
  --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
  > ./docs/changelogs/v2.2.2.md