Skip to content

Commit

Permalink
Update README release procedure to include git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and ekohl committed Sep 27, 2023
1 parent 791bc36 commit 8170cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Follow the process as instructed.

### Release

First ensure `releases/${PROJECT}/${VERSION}/settings` contains the correct `FULLVERSION`. Modify as needed and submit as a pull request.
First make sure you have fetched, pulled in the latest commits and rebased your fork. Secondly ensure `releases/${PROJECT}/${VERSION}/settings` contains the correct `FULLVERSION`. Modify as needed and submit as a pull request.
Then generate the procedure, similar to the branching process:

```sh
Expand Down

0 comments on commit 8170cfd

Please sign in to comment.