This message was deleted.
# atlantis-contributors
s
This message was deleted.
s
Hi @Dylan Page, there are merged PRs missing from the release changelog again. At least these ones are missing, and there may be others: • https://github.com/runatlantis/atlantis/pull/3571 • https://github.com/runatlantis/atlantis/pull/3451
šŸ‘€ 1
Any update on this @Dylan Page?
d
I haven't looked yet
They had the docs label on the PRs
s
OK, that is an issue with the release config then because the
docs
label is auto-added by the labeler GitHub action based on the config here: https://github.com/runatlantis/atlantis/blob/d218686830adc8a888bd77e9d80449d7e6c9ac81/.github/labeler.yml#L9
šŸ‘€ 1
I'm guessing that the release should be excluding PRs from the changelog if the only label on them is
docs
. You can see from here that there are numerous closed PRs that have the
docs
label plus others: https://github.com/runatlantis/atlantis/pulls?q=is%3Apr+label%3Adocs+is%3Aclosed
d
Yeah it appears to be a definite oversight
I will try to get to it before the next release
šŸ‘ 1
s
For info, I assume the release docs here are out of date too: https://github.com/runatlantis/atlantis/blob/main/CONTRIBUTING.md#creating-a-new-release
d
Yes it's all automatic now
s
That
release.yaml
file needs updating for the PR categorization too, as the Atlantis repo doesn't use labels for the PR types. It should be something similar to this instead: https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml