We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300c83e commit 6b7ab2eCopy full SHA for 6b7ab2e
docs/how_to_release.txt
@@ -6,3 +6,6 @@
6
5. Log into https://oss.sonatype.org/index.html and login.
7
6. Switch to https://oss.sonatype.org/index.html#stagingRepositories and make a release.
8
7. Update examples to use latest released version
9
+8. Add release notes page to the site using command:
10
+ git log --format=format:"* %ci %an [%s](https://github.com/javalite/activejdbc/commit/%h)" --since "2015-01-30" > release_notes-June-17-2015.txt
11
+
0 commit comments