Files
coder/docs/changelogs
dependabot[bot]andKyle Carberry 3af317317a ci: bump crate-ci/typos from 1.19.0 to 1.20.9 in the github-actions group (#13027)
* ci: bump crate-ci/typos in the github-actions group

Bumps the github-actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `crate-ci/typos` from 1.19.0 to 1.20.9
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.20.9)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add `pn` exclusion

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Carberry <kyle@carberry.com>
2024-04-22 10:25:23 -04:00
..
2024-03-12 12:12:35 -05:00
2024-02-13 15:35:09 +00:00
2023-08-24 17:35:00 +00:00
2023-08-28 22:55:09 +00:00
2023-09-27 17:38:43 +00:00
2023-10-04 17:02:14 +00:00
2023-10-17 21:45:38 +00:00
2023-10-20 21:26:43 +00:00
2023-10-30 15:06:11 -05:00
2023-12-12 09:52:11 -06:00
2023-12-21 22:33:13 +00:00
2024-01-22 07:09:18 -06:00
2024-03-19 16:04:27 +00:00
2024-03-19 16:04:27 +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:

git checkout main; git pull; git fetch --all
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
export BRANCH=main
./scripts/release/generate_release_notes.sh \
  --old-version=v2.8.0 \
  --new-version=v2.9.0 \
  --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
  > ./docs/changelogs/v2.9.0.md