Skip to content

Commit fdf3049

Browse files
author
Théo LAGACHE
committed
chore(release): 26.01.1b19
1 parent ed88776 commit fdf3049

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '*.*.*a*'
77
- '*.*.*b*'
88
- '*.*.*rc*'
9+
- '*.*.*alpha*'
10+
- '*.*.*beta*'
911

1012
permissions:
1113
contents: write

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- '!*.*.*a*'
99
- '!*.*.*b*'
1010
- '!*.*.*rc*'
11+
- '!*.*.*alpha*'
12+
- '!*.*.*beta*'
1113

1214
permissions:
1315
contents: write

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ keywords:
2222
- management
2323
- integration
2424
license: Apache-2.0
25-
version: 26.01.1b18
25+
version: 26.01.1b19
2626
date-released: "2026-01-07"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "portabase-cli"
3-
version = "26.01.1b18"
3+
version = "26.01.1b19"
44
description = "The official command line interface (CLI) for managing and deploying Portabase instances with ease."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)