You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now as we have a package we need to actually publish to npm so we can reuse it in other projects like akashjs.
For this we need to enhance existing release setup to also work with packages. https://github.com/akash-network/console/blob/main/packages/releaser/.release-it.js needs to be utilised to also bump package versions, generate changelogs and publish it it to npm.
Most of it should work as is however some adjustments and testing needs to be done.
Acceptance criteria:
existing app release process stays the same
releaser can be utilised for any package to bump a version, generate a changelog, publish to npm and create a github release
it is used for logger package
The text was updated successfully, but these errors were encountered:
Depends on #430
Now as we have a package we need to actually publish to npm so we can reuse it in other projects like akashjs.
For this we need to enhance existing release setup to also work with packages. https://github.com/akash-network/console/blob/main/packages/releaser/.release-it.js needs to be utilised to also bump package versions, generate changelogs and publish it it to npm.
Most of it should work as is however some adjustments and testing needs to be done.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: