tailscale / gitops-acl-action

GitOps for your Tailscale ACLs
85 stars 25 forks source link

README: add a note about versioning releases #43

Closed irbekrm closed 4 months ago

irbekrm commented 4 months ago

We had a user complain that the example workflow in the Readme, does not pull in the latest version.

In the absence of a mechanism to specify the latest version with the actions syntax (?) I'm just bumping it to v1.3.0 by hand. (Not sure whether this is what we usually do- if we usually retag the main branch to v1, happy to do that and update Readme to document that process in this PR instead)

willnorris commented 4 months ago

we should repoint the v1 tag. That's what I've done with past releases. Changing tags feels terrible, but that's the expectation for github actions like this.

irbekrm commented 4 months ago

Thanks @willnorris , I'll do that

Changing tags feels terrible

Agree

irbekrm commented 4 months ago

I've repointed v1 tag at the current latest release (v1.3.0) and updated this PR to document this approach instead of bumping the version in the example action.