File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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) `
You can’t perform that action at this time.
0 commit comments