iTwin / auth-clients

MIT License
6 stars 3 forks source link

Consider releasing automatically #220

Open ben-polinsky opened 7 months ago

ben-polinsky commented 7 months ago

Our previous release process involved an ADO pipeline which would push to npm and create tags. The new tags would trigger the create_release gh action which would "finish off the release."

Now, however, our create_release GH action is responsible for publishing the package. We could trigger it after a successful automated CI run on main or decide to keep publishing a semi-manual process.