Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate npm package publishing #431

Open
ygrishajev opened this issue Oct 31, 2024 · 0 comments
Open

Automate npm package publishing #431

ygrishajev opened this issue Oct 31, 2024 · 0 comments

Comments

@ygrishajev
Copy link
Contributor

ygrishajev commented Oct 31, 2024

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:

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant