We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb251a commit 8143849Copy full SHA for 8143849
1 file changed
.github/maintainers_guide.md
@@ -128,7 +128,7 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
128
* Run `scripts/release.sh` (it takes a bit long)
129
* (If you encounter an error, log in https://oss.sonatype.org/ to check detailed information)
130
* Create GitHub Release(s) and add release notes
131
- * Look at previous releases and follow their layouts; https://github.com/slackapi/java-slack-sdk/releases
+ * [Look at previous releases](https://github.com/slackapi/java-slack-sdk/releases) and follow their layouts
132
* Prepare a release note by `git log --pretty=format:'%h %s by %an' --abbrev-commit | grep -v "Merge pull request " | head -50`
133
* `git add . -v && git commit -m'version (your version here)'`
134
* `git tag v(your version here)`
0 commit comments