We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80694fc commit 6ed15b1Copy full SHA for 6ed15b1
MAINTENANCE.md
@@ -11,7 +11,11 @@
11
12
`git tag --annotate 1.0.0-rc.1`
13
14
-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).
15
+
16
+ `git push`
17
18
+4. [Push the tag](https://stackoverflow.com/questions/5195859/how-do-you-push-a-tag-to-a-remote-repository-using-git/26438076#26438076)
19
20
`git push --follow-tags`
21
0 commit comments