Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/.release-please-manifest.json

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: release-please

on:
push:
branches: [ main ]
branches:
- main
- exp/release-please-manifest
workflow_dispatch:

jobs:
Expand All @@ -12,6 +14,4 @@ jobs:
- id: release
uses: google-github-actions/release-please-action@v2.28
with:
release-type: ruby
bump-minor-pre-major: true
version-file: "base/lib/stellar/version.rb"
command: manifest
5 changes: 5 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"base": "0.26.0",
"sdk": "0.26.0",
"horizon": "0.28.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"bootstrap-sha": "571cb1b71ac32484321041b64507edcd926fc4cb",
"bump-minor-pre-major": true,
"release-type": "ruby",
"default-branch": "exp/release-please-manifest",
"packages": {
"base": {
"package-name": "stellar-base",
"version-file": "lib/stellar/base/version.rb"
"version-file": "lib/stellar/version.rb"
},
"sdk": {
"package-name": "stellar-sdk",
"version-file": "lib/stellar/sdk/version.rb"
"version-file": "lib/stellar/version.rb"
},
"horizon": {
"package-name": "stellar-horizon",
"version-file": "lib/stellar/version.rb"
}
}
}