Skip to content

Releases: philip-gai/announcement-drafter

v1.0.5: Fix repo discussion categories

28 Mar 14:19
Compare
Choose a tag to compare

There was a bug where repo discussions with more than 10 discussion categories were not able to find the category to create the post with. I fixed that 🎉 I also took the opportunity to upgrade the node version and all the packages.

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 Sep 07:35
Compare
Choose a tag to compare

What's Changed

  • Fix errors causing the bot to comment on the PR more than once
  • Update wording and formatting of the PR comments
  • Display a more helpful message when the bot cannot find a private repository because it is not installed on it

Full Changelog: v1.0.3...v1.0.4

v1.0.3: Better Auth UX and More

30 May 06:52
920eb6c
Compare
Choose a tag to compare

What's Changed

  • Once a user has successfully authorized the GitHub app, they will see a success screen and then will get automatically redirected back to their pull request.
  • We are now using the state parameter when auth'ing with an encrypted value to protect against forgery attacks and to pass along the pull request url.
  • The wording on the PR comment has been updated to say "authorize the app" instead of "authenticate".

Links

Full Changelog: v1.0.2...v1.0.3

v1.0.2: Link to PR from Discussions and more

20 May 05:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Remove reaction approval

15 Apr 17:23
5e58b37
Compare
Choose a tag to compare

Removing the need to react to the bot comment with a 🚀 to approve the discussion to be posted. This is an unnecessary precaution.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0: Official Release

07 Apr 14:42
Compare
Choose a tag to compare

Now that resync and other features are complete, releasing v1 🎉

Full Changelog: v0.15.0...v1.0.0

v0.15.0: Smart Sync and More

05 Apr 16:34
55770ad
Compare
Choose a tag to compare

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

v0.14.0

04 Apr 19:01
Compare
Choose a tag to compare

What's Changed

  • Get author login from pull request author and setup dev loop by @philip-gai in #73

Full Changelog: v0.13.0...v0.14.0

v0.13.0

03 Dec 17:35
9ac9a9f
Compare
Choose a tag to compare
Add nbsp after the heart in the footer

It looked weird before

v0.12.0

02 Dec 05:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0