Skip to content

Commit

Permalink
add trigger for release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fotis Nikolaidis <nikolaidis.fotis@gmail.com>
  • Loading branch information
fnikolai authored and blythed committed Jun 21, 2024
1 parent d0a8404 commit 7a9a8bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release in Pypi/DockerHub
on:
push:
branches:
- release-[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changes Since Last Release

#### Changed defaults / behaviours

-

#### New Features & Functionality

-

#### Bug Fixes

-

## [0.2.0](https://github.com/SuperDuperDB/superduperdb/compare/0.1.3...0.2.0]) (2024-Jun-21)


#### Changed defaults / behaviours

- Run Tests from within container
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0

0 comments on commit 7a9a8bc

Please sign in to comment.