Skip to content

Commit

Permalink
chore: release main (#22)
Browse files Browse the repository at this point in the history
* fix: configure changeset for backend pipeline

* chore: release main
  • Loading branch information
annleefores committed Jan 6, 2024
1 parent bb25502 commit 1a4f9da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"server/backend": "0.1.2",
"server/backend": "0.1.3",
"server/codepod": "0.1.2",
"web": "0.1.1"
}
7 changes: 7 additions & 0 deletions server/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/annleefores/kodiko/compare/kodiko-backend-v0.1.2...kodiko-backend-v0.1.3) (2023-12-01)


### Bug Fixes

* configure changeset for backend pipeline ([86bb419](https://github.com/annleefores/kodiko/commit/86bb41932d7f54d026b06c202cdbdba977cd703f))

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


Expand Down
3 changes: 3 additions & 0 deletions server/backend/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pipeline {
}
}

// Only run when there is file changes in specified folder
when { changeset 'server/backend/**/*' }

stages {
stage('Check for changes') {
steps {
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.2"
version = "0.1.3"
description = ""
authors = ["annleefores <annleetestmail@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1a4f9da

Please sign in to comment.