Skip to content

Commit

Permalink
Clarify ./gradlew publish usage in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdubiel committed Jan 17, 2017
1 parent 6535ef7 commit 457a68c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/configuration/publishing.rst
@@ -1,8 +1,11 @@
Publishing
==========

Publishing release version is simple with ``axion-release-plugin``. Since release does not increase version
unless you commit something, you can publish release version any time by calling gradle once again::
Publishing release version is simple with ``axion-release-plugin``. Since it does not increase version
unless you commit something, you can publish release version any time by calling gradle once again.

For example, if you are using `maven-publish <https://docs.gradle.org/current/userguide/publishing_maven.html>`_
plugin for publications, call ``publish`` task after creating release::


./gradlew release
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Expand Up @@ -73,6 +73,8 @@ Basic workflow with ``axion-release``::
# ./gradlew currentVersion
1.0.0-SNAPSHOT

Note: ``publish`` task comes from Gradle `maven-publish <https://docs.gradle.org/current/userguide/publishing_maven.html>`_ plugin.

Changelog
=========

Expand Down

0 comments on commit 457a68c

Please sign in to comment.