Skip to content

Commit

Permalink
Add release notes and bump version number to 6.7.3
Browse files Browse the repository at this point in the history
Note: this release is a DB update only for liquibase script 4.6.0
  • Loading branch information
neilbmclaughlin committed Jul 26, 2023
1 parent 50cec2d commit 3803675
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flood-app",
"version": "6.7.2",
"version": "6.7.3",
"description": "Flood risk app",
"main": "index.js",
"repository": "github:defra/flood-app",
Expand Down
21 changes: 21 additions & 0 deletions release-docs/CFF-6.7.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Check for flooding 6.7.3 Thursday 27th July 2023

# Release

6.7.3

Apply Liquibase changeset 4.6.0 to remove ffoi_station rows for station 8048

# Tickets

https://eaflood.atlassian.net/browse/FSR-978 - Fix for broken station page after forecast was removed

# Instructions

1 - Execute: LFW_{STAGE}_02_UPDATE_DATABASE
2 - Execute: LFW_{STAGE}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE

Note: the app/service deploy is to to increment version numbers and deploy the release note only.
There are no other changes.

Execute smoke tests and forward results

0 comments on commit 3803675

Please sign in to comment.