Skip to content

Commit 227aa40

Browse files
authored
chore: specify path to release-please manifest (#487)
* chore: make release-please version consistent with the other sdks * specify manifest instead of downgrading release-please action * try putting all configs in manifest
1 parent bb61d81 commit 227aa40

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/on-push-to-main-branch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
id: release
4141
with:
4242
token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}
43-
release-type: python
44-
default-branch: main
45-
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
4643

4744
publish:
4845
needs: [release-please]

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"release-type": "python",
23
"changelog-sections": [
34
{
45
"type": "feat",

0 commit comments

Comments
 (0)