Skip to content

Commit 35abcd6

Browse files
committed
Try something else..WIP
1 parent c09920a commit 35abcd6

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

.github/release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"bootstrap-sha": "HEAD",
43
"tag-separator": "@",
54
"packages": {
65
"packages/eds-core-react": {

.github/release-please-config.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ This document explains the configuration in `.github/release-please-config.json`
1212

1313
Enables IDE autocomplete, validation, and inline documentation for the configuration file.
1414

15-
### Bootstrap SHA
16-
17-
```json
18-
"bootstrap-sha": "HEAD"
19-
```
20-
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.
22-
2315
### Tag Separator
2416

2517
```json
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/eds-core-react": "0.49.0",
3-
"packages/eds-data-grid-react": "0.9.1",
4-
"packages/eds-icons": "0.22.0",
2+
"packages/eds-core-react": "1.0.0",
3+
"packages/eds-data-grid-react": "1.0.0",
4+
"packages/eds-icons": "1.0.0",
55
"packages/eds-lab-react": "0.7.9",
6-
"packages/eds-tokens": "0.10.0",
7-
"packages/eds-utils": "0.9.0"
6+
"packages/eds-tokens": "1.0.0",
7+
"packages/eds-utils": "1.0.0"
88
}

0 commit comments

Comments
 (0)