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

Auto publish new package versions #102

Open
mesaugat opened this issue Jan 14, 2022 · 0 comments
Open

Auto publish new package versions #102

mesaugat opened this issue Jan 14, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mesaugat
Copy link
Member

mesaugat commented Jan 14, 2022

Changes:

  • Release new version of package if the version value in package.json has been changed. This ensures that we have control over the versioning of the package. (Only release/publish if package.json has changed and PR has been merged to main branch)
  • Use GitHub actions to generate updates to changelog and also make a draft GitHub release.

The current process uses release.sh to generate a changelog and also bump the package version. Under the hood release.sh uses github_changelog_generator ruby gem for changelog generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants