-
Notifications
You must be signed in to change notification settings - Fork 334
fix(release-automation): Release Please Using Manifests #1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2ad8769
a0ec44c
ec7205a
986d4e4
d337c7e
a065ee4
424293e
3418c0b
74d625c
6615a60
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| ".": "2.21.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this updated automatically?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. answered your questions in the PR description 🔝 |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "bootstrap-sha": "65fe66cc283f1ac8c89638034e7db006e1f53791", | ||
| "last-release-sha": "7td2b9838885b3adf52e78ddd23ac01cb819e631", | ||
|
Comment on lines
+2
to
+3
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the sha of the last release and sha of the release we want to start counting changes from.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will these be updated automatically? |
||
| "group-pull-request-title-pattern": "chore${scope}: release${component} v${version}", | ||
| "extra-files": [ | ||
| { | ||
| "type": "json", | ||
| "path": "add-on/manifest.common.json", | ||
| "jsonpath": "$.version" | ||
| } | ||
| ], | ||
|
Comment on lines
+5
to
+11
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and these cannot be associated with the package, because 🤷🏽 |
||
| "packages": { | ||
| ".": { | ||
| "release-type": "node", | ||
| "plugins": ["node-workspace"], | ||
| "package-name": "ipfs-companion", | ||
| "release-as": "2.22.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this updated automatically?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. answered your questions in the PR description 🔝 |
||
| } | ||
| } | ||
|
Comment on lines
+12
to
+19
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. since manifests are designed to be setup for monorepo, the one package config looks like this. |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now it would look for config and manifest files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you expand on how this fixes things?