Skip to content

Commit

Permalink
Merge pull request #1661 from fluxcd/fix-rls-procedure
Browse files Browse the repository at this point in the history
Fix example in release procedure
  • Loading branch information
hiddeco authored Sep 18, 2023
2 parents cac5d1e + c6f2009 commit c24d4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/releases/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ release.

```shell
git pull origin release/v1.2.x
git switch -c release-v1.2.1 release/v1.2.1
git switch -c release-v1.2.1 release/v1.2.x
```

3. Add an entry to `CHANGELOG.md` for the new release and commit the changes.
Expand Down

0 comments on commit c24d4ec

Please sign in to comment.