Skip to content

Commit

Permalink
chore: Update release-please-core 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 85ef336 commit b8eb5dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
id: release
uses: google-github-actions/release-please-action@v4
with:
manifest-file: backend/core/.release-please-manifest.json
config-file: backend/core/release-please-config.json
path: backend/core
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}


Expand Down
2 changes: 1 addition & 1 deletion backend/core/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"backend/core": "0.0.2"
"backend/core": "0.0.0"
}
9 changes: 0 additions & 9 deletions backend/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
# Changelog

## [0.0.2](https://github.com/QuivrHQ/quivr/compare/core-v0.0.1...core-0.0.2) (2024-07-09)


### Features

* **backend:** quivr-monorepo and quivr-core package ([#2765](https://github.com/QuivrHQ/quivr/issues/2765)) ([2e75de4](https://github.com/QuivrHQ/quivr/commit/2e75de40390bcc09f25037f19693989841fec70d))
* quivr core minimal chat ([#2803](https://github.com/QuivrHQ/quivr/issues/2803)) ([1dc6d88](https://github.com/QuivrHQ/quivr/commit/1dc6d88f9b8b1b0c1a5682f990bf8098cbd54d77))
2 changes: 1 addition & 1 deletion backend/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quivr-core"
version = "0.0.2"
version = "0.0.0"
description = "Quivr core RAG package"
authors = []
readme = "README.md"
Expand Down

0 comments on commit b8eb5dc

Please sign in to comment.