webjars / flag-icon-css

0 stars 0 forks source link

Publish new release #3

Open vpavic opened 2 years ago

vpavic commented 2 years ago

Could you please publish the latest release?

Note that the flag-icon-css has been renamed to flag-icons and the current release is 6.6.4. I wasn't sure whether this means a new repository should be created for classic WebJar releases of flag-icons so I opened the issue here first.

Relevant resources:

jamesward commented 2 years ago

Is it ok to use the NPM WebJar for this? I've deployed 6.6.4 via https://webjars.org:

GroupID = org.webjars.npm
ArtifactID = flag-icons
Version = 6.6.4
vpavic commented 2 years ago

I've deployed 6.6.4 via https://webjars.org

Thanks!

Is it ok to use the NPM WebJar for this?

My answer to this is basically the same as https://github.com/webjars/webjars/issues/1978#issuecomment-1208314123.

jamesward commented 2 years ago

Let me know if the NPM WebJar of this works for you.

NotTsunami commented 1 year ago

@jamesward Hi James, I help maintain flag-icons. I was wondering if there is a way to automate WebJars releases. Sometimes releases are frequent and the respective WebJars release is missed.

jamesward commented 1 year ago

Hi @NotTsunami - there is a way to automate them via NPM WebJars. Is that an option or do you want to stick with Classic WebJars?

NotTsunami commented 1 year ago

Hi @NotTsunami - there is a way to automate them via NPM WebJars. Is that an option or do you want to stick with Classic WebJars?

NPM WebJars would be sufficient.

jamesward commented 1 year ago

Cool. You should be able to so something like:

curl 'https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=6.12.0'

Let me know if that works for you.