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

Tag and update tags on each release #19

Open
XhmikosR opened this issue Jan 8, 2021 · 2 comments
Open

Tag and update tags on each release #19

XhmikosR opened this issue Jan 8, 2021 · 2 comments

Comments

@XhmikosR
Copy link
Contributor

XhmikosR commented Jan 8, 2021

It's a common practice in actions to use the same tag for minor/patch versions so that the consumers of the action don't need to update manually.

I'm unsure how this is handled automatically, but there must be some way.

For example actions/setup-node@v2.

@jackyef
Copy link
Owner

jackyef commented Jan 9, 2021

I think that's definitely doable via some tagging, which seems to be what actions/checkout does. I would look into streamlining the release process as well while I am at it.

While we are on the subject, this action is still on version 0. I originally wrote this action for myself, but I am pleased to see more people find it useful! Do you think at it's current state, it is sufficient to be promoted to v1?

@XhmikosR
Copy link
Contributor Author

XhmikosR commented Jan 9, 2021

I think you should switch to using the bundlewatch API first (#18), set up some linting and automatic deployments so that you remove lib/main.js from the repo and then make it v1.0 :)

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

2 participants