Skip to content

Commit

Permalink
Release please (#25)
Browse files Browse the repository at this point in the history
* refactor(ci-cd): define reusable workflows for pushing images to ghcr and docker hub

* refactor(ci-cd): reconfigure ci pipelines as pr verify ones

* refactor(ci-cd): integrate reusable workflows for image publishing in ci pipelines

* fix(quetzalcoatl): pin explicit mssql tag for testcontainers in integration tests

* fix: disable testing step in quetzalcoatl pipelines due to misbehaving mssql containers

* feat(ci-cd): add release please pipeline and config

* refactor(release-please): change tag separator to slash

* refactor(release-please): update target branch

* fix(release-please): correct config according to release please schema
  • Loading branch information
WarriorsSami authored Sep 21, 2024
1 parent 2ec725f commit 515c8ee
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,33 @@
"tag-separator": "/",
"separate-pull-requests": true,
"packages": {
"quetzalcoatl": {
"path": "quetzalcoatl-auth",
"quetzalcoatl-auth": {
"package-name": "quetzalcoatl",
"release-type": "simple"
},
"enki": {
"path": "enki-problems",
"enki-problems": {
"package-name": "enki",
"release-type": "simple"
},
"hermes": {
"path": "hermes-tests",
"hermes-tests": {
"package-name": "hermes",
"release-type": "dart"
},
"anubis": {
"path": "anubis-eval",
"release-type": "rust"
"anubis-eval": {
"package-name": "anubis",
"release-type": "rust",
"exclude-paths": ["anubis/eval-lb"]
},
"odin": {
"path": "odin-gateway",
"odin-gateway": {
"package-name": "odin",
"release-type": "simple"
},
"dapr": {
"path": "dapr",
"package-name": "dapr",
"release-type": "simple"
},
"eval-lb": {
"path": "anubis-eval/eval-lb",
"anubis-eval/eval-lb": {
"package-name": "eval-lb",
"release-type": "simple"
}
},
Expand Down

0 comments on commit 515c8ee

Please sign in to comment.