Skip to content

Commit

Permalink
Update the MAINTENANCE instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 8, 2022
1 parent 80694fc commit 6ed15b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

`git tag --annotate 1.0.0-rc.1`

3. [Push the tag](https://stackoverflow.com/questions/5195859/how-do-you-push-a-tag-to-a-remote-repository-using-git/26438076#26438076)
3. Push the `main` branch and ensure that the [build is successful](https://github.com/serilog-contrib/serilog-formatting-log4net/actions).

`git push`

4. [Push the tag](https://stackoverflow.com/questions/5195859/how-do-you-push-a-tag-to-a-remote-repository-using-git/26438076#26438076)

`git push --follow-tags`

Expand Down

0 comments on commit 6ed15b1

Please sign in to comment.