Skip to content

Commit

Permalink
chore: Update release-please workflow for python package in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jul 9, 2024
1 parent 28b5c6a commit 70119ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release-please-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
with:
python-version: '3.11'

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
poetry --version
- name: Configure Poetry
run: |
poetry config virtualenvs.in-project true
cd backend/core
poetry install
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
Expand Down
13 changes: 13 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
"backend/core": {
"release-type": "python",
"package-name": "core",
"bump-patch-for-minor-pre-major": true,
"changelog-notes-type": "github",
"include-v-in-tag": false,
"tag-separator": "-",
"component": "core"
}
}
}

0 comments on commit 70119ab

Please sign in to comment.