lukaszraczylo
dfeb03b8bb
fix(semver): skip non-semver tags when picking latest existing tag
...
Rolling tags like 'v1' (and any other tag that doesn't parse as x.y.z
after prefix stripping) used to enter the latest-tag candidate set in
CalculateSemver. When such a tag shared a commit with a real semver tag
(e.g. v1 and v1.16.3 both pointing at the same release commit), go-git's
alphabetical tag iteration made 'v1' win, ParseExistingSemver bailed out
because '1' has only one component, and the calculator silently reset
the baseline to 0.0.0 — producing nonsense like 0.0.5 on this branch.
ListExistingTags now filters tags through a new IsParseableSemverTag
helper before recording them, so non-semver tags never participate in
latest-tag selection. The behavior change is invisible for repos that
only use proper vX.Y.Z tags, and it's covered by a new test table.
v1.17.1
2026-05-22 00:39:59 +01:00
lukaszraczylo
ab52de167e
fixup! docs: add Telemetry section linking to oss-telemetry opt-out docs
2026-05-22 00:09:10 +01:00
lukaszraczylo
564f39ed10
docs: add Telemetry section linking to oss-telemetry opt-out docs
...
Discloses the single anonymous adoption ping sent on startup and points
users to the upstream README section for full opt-out instructions
instead of duplicating the table here.
2026-05-21 04:06:20 +01:00
lukaszraczylo
99b8bf937b
fix(config-release): remove hardcoded force.commit and force.minor
...
The hardcoded force.commit (960207e4 , from 2022) combined with
force.minor: 16 made semver-generator emit deterministic versions that
already existed as tags (v1.16.1-v1.16.5), causing goreleaser to fail
with 'git tag vX was not made against commit HEAD'.
Restores the intent of 99338e8 which was undone by the later fixup
commits a77bc0c and 5f205e9 .
Also fixes 2-space leading indentation.
2026-05-21 03:43:25 +01:00
lukaszraczylo
b555e410cc
fixup! feat: anonymous usage telemetry via oss-telemetry
2026-05-21 03:24:42 +01:00
lukaszraczylo
521e5c1ff1
feat: anonymous usage telemetry via oss-telemetry
...
Send a single fire-and-forget ping at startup to help track adoption
and version spread. No persistent identifiers are collected.
Opt out via any of:
DO_NOT_TRACK=1
OSS_TELEMETRY_DISABLED=1
SEMVER_GENERATOR_DISABLE_TELEMETRY=1
2026-05-21 02:45:29 +01:00
lukaszraczylo
a223f15e1c
Update dependencies
v1.16.3
2026-05-21 01:37:58 +01:00
lukaszraczylo
d1b8192b78
fixup! feat: auto-pin Docker image version in action.yml after release ( #58 )
2026-05-21 01:31:27 +01:00
Mateo
a3aed9ef93
feat: auto-pin Docker image version in action.yml after release ( #58 )
...
Add update-action-version job that automatically updates action.yml
to reference the specific Docker image version after each release.
This ensures users pinning the action version get the matching Docker
image instead of :latest.
2026-01-22 19:21:25 +00:00
lukaszraczylo
5f205e9856
fixup! fixup! fix(config-release): remove hardcoded version and commit overrides
v1.16.5
2026-01-09 14:15:16 +00:00
lukaszraczylo
a77bc0c7ae
fixup! fix(config-release): remove hardcoded version and commit overrides
2026-01-09 14:03:20 +00:00
lukaszraczylo
99338e8527
fix(config-release): remove hardcoded version and commit overrides
...
- [x] Remove hardcoded major version (1)
- [x] Remove hardcoded minor version (4)
- [x] Remove hardcoded commit hash override
2026-01-09 13:58:45 +00:00
lukaszraczylo
911513c106
fixup! fix(config-release): update semantic versioning configuration
2026-01-09 13:48:52 +00:00
lukaszraczylo
c2a7a4e156
fix(config-release): update semantic versioning configuration
...
- [x] Remove minor version override (4)
- [x] Remove commit hash reference
- [x] Add blacklist for merge commits and feature branch patterns
- [x] Add release-candidate to major wording triggers
- [x] Remove commented tag_prefixes section
2026-01-09 13:47:17 +00:00
lukaszraczylo
21b87300cc
Fix the commit annotation tags.
2025-12-15 13:51:26 +00:00
lukaszraczylo
3e0a7239c4
Fix ignoring strict.force and strict.commit.
v1.16.4
2025-12-15 13:37:07 +00:00
lukaszraczylo
49a46a74c1
Add signing of the builds.
v1.16.2
2025-12-15 00:43:42 +00:00
lukaszraczylo
3a48a67c75
Improve calculation logic, add ability to strip prefixes.
v1.16.1
2025-12-10 14:37:38 +00:00
lukaszraczylo
18b9b474e0
fix: remove unnecessary verified parameter from homebrew cask
...
The verified parameter is only needed when the URL domain differs
from the homepage domain. Since both point to github.com, Homebrew
audit flags this as unnecessary.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
v1.15.365
2025-12-08 02:06:43 +00:00
lukaszraczylo
f5a118fd1a
Use shared PR workflow.
2025-12-08 02:06:43 +00:00
lukaszraczylo
a1c4133e94
Update go.mod and go.sum ( #57 )
v1.15.362
2025-12-08 01:22:53 +00:00
lukaszraczylo
2a51752663
Trigger autoupdate.
2025-12-08 01:14:40 +00:00
lukaszraczylo
0bc848f6f4
fixup! fixup! Update binary confusion.
v1.15.358
2025-12-07 16:29:21 +00:00
lukaszraczylo
8590963822
fixup! Update binary confusion.
2025-12-07 16:27:57 +00:00
lukaszraczylo
f4285403f7
Update binary confusion.
2025-12-07 16:27:04 +00:00
lukaszraczylo
b3d104f0a8
fixup! fixup! fixup! fixup! fixup! fixup! Move updater to REST api.
v1.15.352
2025-12-07 16:23:19 +00:00
lukaszraczylo
7a70ed6614
fixup! fixup! fixup! fixup! fixup! Move updater to REST api.
v1.15.350
2025-12-07 16:09:36 +00:00
lukaszraczylo
f9a18995d0
fixup! fixup! fixup! fixup! Move updater to REST api.
v1.15.348
2025-12-07 15:59:21 +00:00
lukaszraczylo
66756b6772
fixup! fixup! fixup! Move updater to REST api.
v1.15.346
2025-12-07 15:42:15 +00:00
lukaszraczylo
a0f1ab6930
fixup! fixup! Move updater to REST api.
v1.15.344
2025-12-07 15:36:03 +00:00
lukaszraczylo
b80929ff52
fixup! Move updater to REST api.
v1.15.342
2025-12-07 15:31:03 +00:00
lukaszraczylo
be189187ba
Move updater to REST api.
v1.15.340
2025-12-07 15:28:37 +00:00
lukaszraczylo
336d8cc163
Move to shared github actions and goreleaser
2025-12-07 15:11:16 +00:00
lukaszraczylo
b8fdc4bfb5
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.335
2025-12-07 03:29:23 +00:00
lukaszraczylo
25f6bf5c83
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.331
2025-12-04 03:27:19 +00:00
lukaszraczylo
f5b6bd5375
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.327
2025-12-03 03:24:42 +00:00
lukaszraczylo
30ca55b204
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.323
2025-11-30 03:29:18 +00:00
lukaszraczylo
afda61e35d
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.319
2025-11-28 03:21:13 +00:00
lukaszraczylo
03a1d26b9d
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.315
2025-11-26 03:22:59 +00:00
lukaszraczylo
d46b8ca048
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1.15.311
2025-11-24 03:29:39 +00:00
lukaszraczylo
41cdd6dcc4
Update runner version to ubuntu-latest
1.15.307
2025-11-23 14:57:25 +00:00
lukaszraczylo
46132856b6
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-23 03:29:30 +00:00
lukaszraczylo
c43fcf3216
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-21 03:21:16 +00:00
lukaszraczylo
672b36b8e3
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-20 03:20:51 +00:00
lukaszraczylo
ac417365d5
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-19 03:21:27 +00:00
lukaszraczylo
bb78eda4ed
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-13 03:23:18 +00:00
lukaszraczylo
67751f0d10
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-12 03:21:31 +00:00
lukaszraczylo
35101facae
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 03:26:38 +00:00
lukaszraczylo
6f34b80600
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-09 03:21:45 +00:00
lukaszraczylo
16f886aa17
Update go.mod and go.sum
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-07 03:21:14 +00:00