You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@ The production pipeline terraform stack must be deployed
424
424
425
425
To deploy an update/new version to a production environment the commit must be tagged using the command below. This will automatically run a Github web hook that will trigger an AWS Codebuild project that will deploy the environment based on the git tag.
426
426
427
-
Note: This should only be run against a commit on the master branch as the code has been built into an image and pushed to ECR. Also short commit hash is the first 7 characters of the commit hash.
427
+
Note: This should only be run against a commit on the main branch as the code has been built into an image and pushed to ECR. Also short commit hash is the first 7 characters of the commit hash.
Copy file name to clipboardExpand all lines: build/automation/var/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Profile is a set of configuration options specific to an environment expressed a
8
8
9
9
*`local` - local development profile (Not attached to an AWS Account)
10
10
*`task` - a specific environment for branches. This should be default for creating non-prod infrastructure (AWS Non-prod Account)
11
-
*`dev` - shared development profile that supports automation on every commit to the remote master branch in the CI pipeline or it is used for a cleanup (AWS Non-prod Account)
11
+
*`dev` - shared development profile that supports automation on every commit to the remote main branch in the CI pipeline or it is used for a cleanup (AWS Non-prod Account)
12
12
*`test` - test profile that runs nightly in the CI pipeline (AWS Non-prod Account)
git branch -d task/JIRA-XXX_Descriptive_branch_name # Remove local branch
@@ -252,15 +252,15 @@ Git hooks are located in `build/automation/etc/githooks/scripts` and executed au
252
252
253
253
### Git tags
254
254
255
-
Aim at driving more complex deployment workflows by tags with an exception of the master branch where the continuous deployment to a development environment should be enabled by default.
255
+
Aim at driving more complex deployment workflows by tags with an exception of the main branch where the continuous deployment to a development environment should be enabled by default.
256
256
257
257
## Pull request (merge request)
258
258
259
259
- Set the title to `JIRA-XXX Descriptive branch name`, where `JIRA-XXX` is the ticket reference number
260
260
- Ensure all commits will be squashed and the source branch will be removed once the request is accepted
261
261
- Notify the team on Slack to give your colleagues opportunity to review changes and share the knowledge
262
262
- If the change has not been pair or mob programmed it must follow the code review process and be approved by at least one peer, all discussions must be resolved
263
-
- A merge to master must be squashed and rebased on top, preserving the list of all commit messages
263
+
- A merge to main must be squashed and rebased on top, preserving the list of all commit messages
Copy file name to clipboardExpand all lines: documentation/TODO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
List here all the technical tasks for prioritisation that need to be discussed with the team but are not ready yet to be placed on the backlog. This should form a holistic view of the state of the project and show the direction for incremental development and refactoring of certain areas of the software listed below. The idea behind this list is to ensure backlog hygiene and that it only consists of stories that can be completed within the next two sprints. Therefore, the focus can be changed dynamically depending on the business need.
15
15
16
-
This document must be discussed regularly with the Tech Lead and considered in the context of the [Engineering Quality Checks](https://github.com/NHSDigital/software-engineering-quality-framework/blob/master/quality-checks.md) provided as a guidance by NHS Digital Product Development directorate.
16
+
This document must be discussed regularly with the Tech Lead and considered in the context of the [Engineering Quality Checks](https://github.com/NHSDigital/software-engineering-quality-framework/blob/main/quality-checks.md) provided as a guidance by NHS Digital Product Development directorate.
0 commit comments