Skip to content

Commit 8143849

Browse files
Update .github/maintainers_guide.md
Co-authored-by: Michael Brooks <[email protected]>
1 parent 5eb251a commit 8143849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
128128
* Run `scripts/release.sh` (it takes a bit long)
129129
* (If you encounter an error, log in https://oss.sonatype.org/ to check detailed information)
130130
* 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
131+
* [Look at previous releases](https://github.com/slackapi/java-slack-sdk/releases) and follow their layouts
132132
* Prepare a release note by `git log --pretty=format:'%h %s by %an' --abbrev-commit | grep -v "Merge pull request " | head -50`
133133
* `git add . -v && git commit -m'version (your version here)'`
134134
* `git tag v(your version here)`

0 commit comments

Comments
 (0)