Skip to content

Commit

Permalink
chore: release main (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
annleefores committed Nov 28, 2023
1 parent dd1a7f9 commit 3b31212
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"server/backend": "0.1.1",
"server/codepod": "0.1.1"
"server/backend": "0.1.2",
"server/codepod": "0.1.2"
}
9 changes: 9 additions & 0 deletions server/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.2](https://github.com/annleefores/kodiko/compare/kodiko-backend-v0.1.1...kodiko-backend-v0.1.2) (2023-11-28)


### Bug Fixes

* add get tag step to backend jenkins pipeline ([2dced8d](https://github.com/annleefores/kodiko/commit/2dced8ddfa96f3ff4c582cf212febf4e81d99e7f))
* backend jenkins quality gate timeout ([660f0fb](https://github.com/annleefores/kodiko/commit/660f0fb9c31045b2996e44d438bb4e4c99454718))
* ignore multiple envs backend docker ([e2e684d](https://github.com/annleefores/kodiko/commit/e2e684d0a7cf355df03bd67a0d73c14e4d07c9fd))

## [0.1.1](https://github.com/annleefores/kodiko/compare/kodiko-backend-v0.1.0...kodiko-backend-v0.1.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion server/backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "server"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["annleefores <annleetestmail@gmail.com>"]
readme = "README.md"
Expand Down
7 changes: 7 additions & 0 deletions server/codepod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/annleefores/kodiko/compare/kodiko-codepod-v0.1.1...kodiko-codepod-v0.1.2) (2023-11-28)


### Bug Fixes

* increase jenkins timeout for codepod ([9809e77](https://github.com/annleefores/kodiko/commit/9809e772f08df3e7696e2b1e2b2a37fc591c39a0))

## [0.1.1](https://github.com/annleefores/kodiko/compare/kodiko-codepod-v0.1.0...kodiko-codepod-v0.1.1) (2023-11-27)


Expand Down
4 changes: 2 additions & 2 deletions server/codepod/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/codepod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepod",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3b31212

Please sign in to comment.