Skip to content

Commit 267f8dc

Browse files
authored
Merge pull request #410 from NHSDigital/release/2024-11-18
Release/2024 11 18
2 parents 783bfa6 + 6ca4053 commit 267f8dc

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/workflows/on-pr-close.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
31-
ref: ${{ env.BRANCH_NAME }}
31+
ref: ${{ env.BRANCH_NAME || 'main' }}
3232
- uses: ./.github/actions/make/
3333
with:
3434
command: build
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
with:
44-
ref: ${{ env.BRANCH_NAME }}
44+
ref: ${{ env.BRANCH_NAME || 'main' }}
4545
fetch-depth: 0
4646
- name: Remove PR workspaces
4747
uses: ./.github/actions/make/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2024-11-18
4+
- [PI-601] Workspace destroy, use main branch if branch no longer exists
5+
36
## 2024-11-13
47
- [PI-617] Stream bulk LDIF into blocks of party key
58
- [PI-527] Swagger fix

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.13
1+
2024.11.18

changelog/2024-11-18.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [PI-601] Workspace destroy, use main branch if branch no longer exists

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "connecting-party-manager"
3-
version = "2024.11.13"
3+
version = "2024.11.18"
44
description = "Repository for the Connecting Party Manager API and related services"
55
authors = ["NHS England"]
66
license = "LICENSE.md"

0 commit comments

Comments
 (0)