Skip to content

Commit

Permalink
remove back tick
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Mar 9, 2024
1 parent 6e0551d commit 2d62b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The branching policy includes the following tenets:
When a release is ready to be created from either `develop` or `ltm-x.x`, the following should happen.

- Create a release PR by:
- Source from `develop`` or `ltm-<major>.<minor>` branch and creatch new branch, generally `release/<major>.<minor>.<patch>`.
- Source from `develop` or `ltm-<major>.<minor>` branch and creatch new branch, generally `release/<major>.<minor>.<patch>`.
- Update the release notes in `docs/admin/release_notes/version_<major>.<minor>.md` file to reflect the changes.
- You can run `invoke generate-release-notes` to generate these notes and delete the legacy towncrier fragments.
- Please consider adding changelog's from ltm releases in current release, as applicable.
Expand Down

0 comments on commit 2d62b30

Please sign in to comment.