Skip to content

Commit 13c8617

Browse files
docs: clarify release baseline
1 parent e88c318 commit 13c8617

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ The format is based on Keep a Changelog and this fork follows Semantic Versionin
66
## Unreleased
77
### Added
88
- Release guide and initial changelog stub for the fork of `keep-core/keep-common`.
9+
10+
## Upstream Baseline - v1.7.0
11+
### Notes
12+
- Latest upstream tag from https://github.com/keep-network/keep-common (tracked via git tags); upstream is unmaintained, so this fork continues independently from that point.
13+
### Added
14+
- Inherited upstream history through v1.7.0 as the starting point for forked releases.

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Process for publishing tagged Go module releases for this fork of `keep-common`.
44

55
## Versioning
66
1) Use SemVer tags on `main`: `vX.Y.Z` when matching upstream versions; append `-tlabs.N` for fork-only releases (increment `N` for subsequent fork tags at the same base version).
7-
2) Before tagging, check the latest upstream `keep-core/keep-common` tag to avoid collisions and decide whether you are mirroring or diverging.
7+
2) Latest known upstream tag is `v1.7.0` from https://github.com/keep-network/keep-common (tracked via git tags). Upstream is unmaintained, so future releases proceed independently on this fork.
88

99
## Pre-release Checklist
1010
1) Sync with upstream: pull the latest upstream tag/commit, resolve conflicts, and ensure CI is green.

0 commit comments

Comments
 (0)