Skip to content

Commit fb205b2

Browse files
committed
point release-please to v1.0.0 release commit
1 parent 28e886a commit fb205b2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"bootstrap-sha": "HEAD",
3+
"bootstrap-sha": "f250771", // SHA for commit where v1.0.0 was released for all packages (expect for eds-lab-react which was 0.8.0)
44
"tag-separator": "@",
55
"packages": {
66
"packages/eds-core-react": {

.github/release-please-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Enables IDE autocomplete, validation, and inline documentation for the configura
1515
### Bootstrap SHA
1616

1717
```json
18-
"bootstrap-sha": "HEAD"
18+
"bootstrap-sha": "f250771"
1919
```
2020

21-
Tells release-please to start tracking releases from the current HEAD commit. This is used when setting up release-please for the first time in an existing repository with release history. I just remo
21+
One-time configuration pointing to the commit where v1.0.0 was manually released (all packages except eds-lab-react@0.8.0).
22+
After the first release-please PR is merged, this value is no longer used—release-please will automatically track releases via git tags.
23+
This prevents re-releasing already published versions from before release-please was set up.
2224

2325
### Tag Separator
2426

0 commit comments

Comments
 (0)