Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split "announce-a-release" into multiple different commands #44

Merged
merged 1 commit into from
Jul 11, 2021

Conversation

SeanTAllen
Copy link
Member

Previously, release-bot-action had a command announce-a-release that did multiple things. It:

  • Published release notes to GitHub
  • Announced the release in the #announce stream of the Pony Zulip
  • Added a note about the release to LWIP
  • Deleted the announce-X.Y.Z tag used to trigger the command
  • Rotated the release notes

In keeping with our project to break release-bot-action into a series of fine-grained commands, announce-a-release has been broken apart into multiple commands that can be called from steps in a GitHub actions workflow to compose functionality together on a per-project basis.

Those new commands covered in detail in our updated announce-a-release example in README.md. The new step commands are:

  • add-announcement-to-last-week-in-pony.bash
  • delete-announcement-tag.bash
  • publish-release-notes-to-github.bash
  • rotate-release-notes.bash
  • send-announcement-to-pony-zulip.bash

@SeanTAllen SeanTAllen added the changelog - changed Automatically add "Changed" CHANGELOG entry on merge label Jul 11, 2021
@SeanTAllen SeanTAllen force-pushed the split-announce branch 4 times, most recently from 753feab to 89db07c Compare July 11, 2021 19:22
Previously, release-bot-action had a command `announce-a-release` that did multiple things. It:

- Published release notes to GitHub
- Announced the release in the #announce stream of the Pony Zulip
- Added a note about the release to LWIP
- Deleted the `announce-X.Y.Z` tag used to trigger the command
- Rotated the release notes

In keeping with our project to break release-bot-action into a series of fine-grained commands, announce-a-release has been broken apart into multiple commands that can be called from steps in a GitHub actions workflow to compose functionality together on a per-project basis.

Those new commands covered in detail in our updated `announce-a-release` example in README.md. The new step commands are:

- add-announcement-to-last-week-in-pony.bash
- delete-announcement-tag.bash
- publish-release-notes-to-github.bash
- rotate-release-notes.bash
- send-announcement-to-pony-zulip.bash
@SeanTAllen SeanTAllen marked this pull request as ready for review July 11, 2021 19:38
@SeanTAllen SeanTAllen merged commit f184a35 into main Jul 11, 2021
@SeanTAllen SeanTAllen deleted the split-announce branch July 11, 2021 19:38
github-actions bot pushed a commit that referenced this pull request Jul 11, 2021
github-actions bot pushed a commit that referenced this pull request Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - changed Automatically add "Changed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant