Skip to content

Commit

Permalink
Add one missing step to the release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Apr 30, 2024
1 parent 94cbdc7 commit f4685f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The GitHub action will then build the release, and attach the built website and
* Remove the old website contents from the branch:
* Remove all files in the root of the branch, except for the `.git*` files.
* Remove the `userguide` and `images` folders.
* Remove all folders in the `update-site` folder.
* Extract the new website archive into the branch.
* Add the changes by executing `git add -A .` in a shell.
* Commit the changes by executing `git commit -m "Replaced website by version [release_name]."` in a shell, replacing `[release_name]` by the name of the release.
Expand Down

0 comments on commit f4685f0

Please sign in to comment.