fastify / workflows

Reusable workflows for use in the Fastify organization
MIT License
10 stars 6 forks source link

Why is this published to npm? #32

Closed jsumners closed 2 years ago

jsumners commented 2 years ago

https://github.com/fastify/workflows/blob/b8ebfe1107e95528de85b24e9518357636b4dab3/package.json#L2

Fdawgs commented 2 years ago

See https://github.com/fastify/workflows/pull/13, it never actually gets published to npm though. Could slap a "private": true into package.json just to make sure?

jsumners commented 2 years ago

Then what is the "optic release automation" tool doing?

Fdawgs commented 2 years ago

It's cutting github releases, and keeping all the tags up to date. When v3.1.3 is released it creates a tag for that and also moves the v3.1 and v3 tags up to that latest release.