davidahouse / stampede-server

A node.js based workflow server
https://www.stampedeci.com
MIT License
4 stars 1 forks source link

Support Release draft & published #21

Closed davidahouse closed 5 years ago

davidahouse commented 5 years ago

in the stampede config, allow for a release draft to kick off different tasks than the release publish does. this will let us pull in the milestone tasks right into the draft PR notes! Then on publish of the release we can do things like deploy libraries, push to remote systems, etc. Do the CD.

davidahouse commented 5 years ago

In GHE we aren't getting the release event when a draft is created, nor when a release goes from pre-release to published release. I assume this is a bug. Will test on public GitHub and file a defect depending on the outcome.

davidahouse commented 5 years ago

This works on Github.com, but not GHE. Closing this as it is implemented and if the hook starts working on GHE then it should just work.