pushy icon indicating copy to clipboard operation
pushy copied to clipboard

Use GitHub Actions to manage Pushy releases

Open jchambers opened this issue 6 years ago • 1 comments

Right now, the deployment process for Pushy is that I type a bunch of stuff into a terminal to manually trigger deployment to Maven Central using the Maven deploy plugin. This is more error-prone than is ideal, and also perhaps excessively dependent on my specific credentials.

As an alternative, we should consider using the Travis CI deployment system to build, sign, and publish artifacts at release time.

jchambers avatar Jun 19 '18 18:06 jchambers

Now that GitHub Actions are A Thing, we might consider using those, too.

jchambers avatar Dec 21 '18 14:12 jchambers