RequestNetwork / requestNetwork

A JavaScript library for interacting with the Request Network protocol
https://docs.request.network/
MIT License
380 stars 71 forks source link

Automate Request Network SDK release process with Github Action #1050

Open MantisClone opened 1 year ago

MantisClone commented 1 year ago

Problem

The release process involves manual steps.

Desire

The release process should execute automatically when tags are applied to the master branch.

Details

The current release process uses scripts located in https://github.com/RequestNetwork/release-tools. The docker release steps are semi-automated by github actions in https://github.com/RequestNetwork/docker-images that can be executed manually.


Migrated from Asana: https://app.asana.com/0/1203912381456855/1204533299526331/f

MantisClone commented 4 weeks ago

The release process is prone to error so automating might not be advisable right away.