v0.15.0: Smart Sync and More
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
- Smart synchronize and (couldn't help myself) more cleanup by @philip-gai in #74
Full Changelog: v0.14.0...v0.15.0