Closed ZenVoich closed 9 months ago
Ah, one question though. I don't think base actually publishes releases per se. We just a git tag every time we release moc. Will that be an issue? @ggreif whaddya think?
UPDATE: I guess its just a matter of pushing a button, or adding a GH action that watches for certain tags to push a release - something similar to what we do on the moc repo.
@rvanasa I'll let you push the merge button when you are ready (obviously not over the weekend)
As a quick update, we are ready to merge after configuring the GitHub secret (waiting on an internal IT process). @ZenVoich, thanks again for preparing this PR!
The GH secret is now configured! @ZenVoich, here is a PR to fix the merge conflicts: https://github.com/ZenVoich/motoko-base/pull/2
Related issue #617
Adds ability to publish a package to the mops registry when a production github release is created.
What changed:
CHANGELOG.md
with example text for the version0.10.3
[package]
section tomops.toml
[toolchain]
section tomops.toml
, which specifies the versions ofmoc
andwasmtime
that will be used to run tests.mops-publish.yml
github actionTo publish:
MOPS_IDENTITY_PEM
to github secrets (one-time)mops.toml
CHANGELOG.md
(e.g.## 0.10.3
or## 0.10.4 (2024-01-10)
On publish: