Skip to content

Commit 7cb7033

Browse files
committed
Fix wrong project name in README
1 parent 5c8c37d commit 7cb7033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The procedure for making a new release (x.y.z) is as follows:
132132
4. Create the release branch `release/x.y` from the selected commit.
133133
5. Review the functionality that is present on the relase branch. You may change what's included in the release by cherry picking
134134
from other branches (e.g. bugfixes), or exclude things by using `git revert`.
135-
6. Update `Changelog.txt` (in OpfREST/wwwroot). Make sure that all changes since the last version are recorded. Then
135+
6. Update `Changelog.txt` (in `Sintef.Pgo.REST/wwwroot`). Make sure that all changes since the last version are recorded. Then
136136
add a new line to the top with the version number of the new release.
137137
**Changelog format**:
138138
*The most recent version is on top. Each version has a heading 'Version x.y.z', and

0 commit comments

Comments
 (0)