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

GitHub Actions 'Release' workflow should ensure package.json has correct version #198

Open
aarokorhonen opened this issue Dec 3, 2023 · 0 comments
Labels
ci GitHub Actions and other CI related topics enhancement New feature or request

Comments

@aarokorhonen
Copy link
Owner

Automating this will reduce human error during the release process, and potentially also avoid manual Pull Requests such as #191

Options:

  1. The workflow can check the package.json field to ensure that the tag input (such as v0.1.5-experimental) matches the package.json field (such as 0.1.5)

  2. Additionally or alternatively, the workflow can automatically modify this file, commit, and push the related change to origin.

@aarokorhonen aarokorhonen added enhancement New feature or request ci GitHub Actions and other CI related topics labels Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci GitHub Actions and other CI related topics enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant