mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
For #39522. Guessing this doesn't resolve goreleaser issues though? Tested with this branch (shows a snapshot), `4.77.9-plus-sparklies`, `v4.77.12-without-sparkles`, and `rc-patch-fleet-v4.77.7` locally to make sure this behaves properly. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) ## Testing - [x] QA'd all new/changed functionality manually --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: iansltx <472804+iansltx@users.noreply.github.com>
1 line
98 B
Text
1 line
98 B
Text
* Added automatic tagging of prerelease/post-release versions on local build based on branch name
|