Skip to content

Commit c41fe14

Browse files
authored
Merge pull request #853 from prometheus/superq/version
Fix Go case-insensitive file name collision
2 parents b63ce83 + f5de376 commit c41fe14

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### What's Changed
66

7+
## v0.67.1 / 2025-10-07
8+
9+
## What's Changed
10+
* Remove VERSION file to avoid Go conflict error in https://github.com/prometheus/common/pull/853
11+
12+
**Full Changelog**: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
13+
714
## v0.67.0 / 2025-10-07
815

916
## What's Changed

RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Make sure the release is ready to go, with an updated changelog including notice
1919

2020
Here are the basic steps:
2121

22-
1. Update VERSION, applying the next logical version number, without any `v` prefix (e.g. `0.53.0`).
23-
2. Update CHANGELOG.md, applying the new version number (this time including the `v` prefix, e.g. `v0.53.0`) and date to the changes listed under ``## main / unreleased`, and commit those changes to the main branch.
22+
1. Update CHANGELOG.md, applying the new version number (this time including the `v` prefix, e.g. `v0.53.0`) and date to the changes listed under ``## main / unreleased`, and commit those changes to the main branch.
2423
2. Use GitHub's release feature via [this link](https://github.com/prometheus/prometheus/releases/new) to apply a new tag. The tag name must be prefixed with a `v` e.g. `v0.53.0` and then use the "Generate release notes" button to generate the release notes automagically ✨. No need to create a discussion or mark it a pre-release, please do make sure it is marked as the latest release.
2524

2625
## Versioning strategy

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)