bundlewatch-gh-action icon indicating copy to clipboard operation
bundlewatch-gh-action copied to clipboard

Tag and update tags on each release

Open XhmikosR opened this issue 3 years ago • 2 comments

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.

XhmikosR avatar Jan 08 '21 13:01 XhmikosR

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?

jackyef avatar Jan 09 '21 03:01 jackyef

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 :)

XhmikosR avatar Jan 09 '21 05:01 XhmikosR