Skip to content

Commit

Permalink
Updates release notes for PR #47
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jul 12, 2021
1 parent dd4961f commit ff212f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,9 @@ As part of an internal cleanup, all commands written in bash have been rewritten

As part of this change, the input values to `send-announcement-to-pony-zulip.py` have changed from those to `send-announcement-to-pony-zulip.bash`. Whereas previously, a single environment variable called `ZULIP_TOKEN` was expected, we now need two `ZULIP_API_KEY` and `ZULIP_EMAIL`.

## Remove file extension from commands

Previously all the release-bot-commands included a file extension like '.py'. We've removed all file extensions to allow for us to change the implementation language in the future without it being a breaking change.

Where a command might previously have been `foo.py` it is now simply `foo`.

5 changes: 0 additions & 5 deletions .release-notes/no-py.md

This file was deleted.

0 comments on commit ff212f7

Please sign in to comment.