top of page

Writing Github Release Notes

  • Writer: Siah Peih Wee
    Siah Peih Wee
  • Aug 1, 2022
  • 1 min read

Updated: Nov 8, 2022


ree

To understand how you can write a Release Notes in Github, we can take a look at some examples.

ree

Noticed those words with @ symbol and # symbol?


They are username and issue number or pull request number.


When you mouse over them, you will see the following

Username

ree

Issue Number or Pull Request Number

ree

To get your own username is easy, the issue number can be gotten when you create a new Issue.

ree

Once you click new for Issues or Pull Request, you will give the title and comment

ree

Once you submit, you will see the issue number, similar for pull request.

ree

Now you will see the hastag number.


So when you git commit, you will do something like this.

git add .
git commit -m "Adding Express Routes #5"
git push

The #5 will be clickable when you see the commit. And below is an example how the commit will be log in the issue.


ree

ree



Next we look at another example

ree

The commit number can also be added to the Release Notes and clicking them will go to the commit.

ree




Commentaires


Post: Blog2 Post
  • Facebook
  • Twitter
  • LinkedIn

©2022 by Realization Lion. Proudly created with Wix.com

bottom of page