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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ To deploy the site:
31
31
32
32
1. Create a PR with your code changes
33
33
1. After the PR has been approved, merge it into `master`
34
-
1.The releaser bot will create a Draft release
35
-
1. Go to the [releases page](/releases) and update the draft release with the relevant information
34
+
1.Create a new tag, you can do this manually via git or in the subsequent step on the releases page - be sure to increment the version number using semantic versioning
35
+
1. Go to the [releases page](/releases) and create a draft release with the relevant information (use the "Generate Release Notes" button to make your life easier)
36
36
1. Release it
37
37
1. The CI/CD pipeline will deploy it automatically
0 commit comments