Skip to content

Commit

Permalink
Add release notes and bump version number to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Apr 13, 2023
1 parent c031383 commit 3738a5a
Show file tree
Hide file tree
Showing 3 changed files with 31 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.3.1",
"version": "6.4.0",
"description": "Flood risk app",
"main": "index.js",
"repository": "github:defra/flood-app",
Expand Down
28 changes: 28 additions & 0 deletions release-docs/CFF-6.4.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Check for flooding 6.4.0 Thursday 20th April 2023

# Release

6.4.0

https://eaflood.atlassian.net/projects/FSR/versions/16305/tab/release-report-all-issues

# Tickets

https://eaflood.atlassian.net/browse/FSR-595 (Dispay IMTD thresholds)
https://eaflood.atlassian.net/browse/FSR-721 (Display forecast for station 8175)
https://eaflood.atlassian.net/browse/FSR-802 (Update meta tags)
https://eaflood.atlassian.net/browse/FSR-839 (Fix date issue for latest value)
Others TBC

# Instructions

Application, service and database build for release

Straight forward application build for release

1 - Execute LFW_{STAGE}_02_UPDATE_DATABASE
2 - Replicate LFW_{STAGE}_99_LOAD_IMTD from the dev environment into prodg and prodb
3 - Run LFW_{STAGE}_99_LOAD_IMTD
4 - Execute LFW_{STAGE}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE

Execute smoke tests and forward results

0 comments on commit 3738a5a

Please sign in to comment.