It would be nice if we added some GitOps stuff to make the release process more automated, allowing any package maintainer to release a new version of the library. Things we could do to accomplish this:
- Enable a Github Action to do a "production-ready" build.
- Enable that action to set a release version number manually and create a tag for the new release.
It would be nice if we added some GitOps stuff to make the release process more automated, allowing any package maintainer to release a new version of the library. Things we could do to accomplish this: