Skip to content

v0.15.0: Smart Sync and More

Compare
Choose a tag to compare
@philip-gai philip-gai released this 05 Apr 16:34
· 57 commits to main since this release
55770ad

Smart Sync

Announcement Drafter just got a whole lot smarter. Now, when you push new commits or reopen a pull request, the announcement drafter will revalidate your markdown. This means no more messing up the header and having to recreate the PR! 🎉

Also, if your PR is a draft then the announcement drafter will leave you alone. Once you mark it as ready for review, then the announcement drafter will take a 👀.

Removing the author setting

You used to have to specify the author of the post in the markdown header, like this:

<!--
author: philip-gai
repository: https://github.com/philip-gai/announcement-drafter-demo
category: announcements
-->

But now you don't need to. The announcement drafter will assume whoever created the PR should be the author of the discussion. So now the markdown header would just be:

<!--
repository: https://github.com/philip-gai/announcement-drafter-demo
category: announcements
-->

What's Changed