-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #786 from Nordix/peppi-lotta/fix-release-notes
🐛 Fix release-notes in Makefile
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,16 @@ IPAM uses [semantic versioning](https://semver.org). | |
|
||
### Repository setup | ||
|
||
Clone the repository from your intended fork: | ||
- Clone the repository from your intended fork: | ||
`git clone [email protected]:[your-fork]/metal3-ipam.git` | ||
|
||
or if using existing repository, make sure origin is set to the fork and | ||
upstream is set to `metal3-io`. Verify if your remote is set properly or not | ||
by using following command `git remote -v`. | ||
|
||
- Fetch the remote (`metal3-io`): `git fetch upstream` | ||
This makes sure that all the tags are accessible. | ||
|
||
### Creating Release Notes | ||
|
||
- Switch to the main branch: `git checkout main` | ||
|
@@ -61,9 +64,11 @@ by using following command `git remote -v`. | |
release, but not overwhelming the important changes contained by the | ||
release. | ||
|
||
- Commit and push your changes, push the new branch and create a pull request. | ||
- Commit your changes, push the new branch and create a pull request: | ||
IMPORTANT_NOTE: | ||
- The commit and PR title should be 🚀 Release v1.x.y. | ||
- The commit and PR title should be 🚀 Release v1.x.y: | ||
-`git commit -S -s -m ":rocket: Release v1.x.x"` | ||
-`git push -u origin release-notes-1.x.x` | ||
- Important! The commit should only contain the release notes file, nothing | ||
else, otherwise automation will not work. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters