Skip to content

Commit

Permalink
updates README for 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danhaywood committed Feb 19, 2017
1 parent 3d5d883 commit 3a9d0b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.adoc
Expand Up @@ -123,7 +123,7 @@ To use "out-of-the-box":
<dependency>
<groupId>org.isisaddons.module.excel</groupId>
<artifactId>isis-module-excel-dom</artifactId>
<version>1.13.6</version>
<version>1.14.0</version>
</dependency>
----

Expand Down Expand Up @@ -165,7 +165,7 @@ If you want to use the current `-SNAPSHOT`, then the steps are the same as above
+
[source,xml]
----
<version>1.14.0-SNAPSHOT</version>
<version>1.15.0-SNAPSHOT</version>
----

* add the repository definition to pick up the most recent snapshot (we use the Cloudbees continuous integration service). We suggest defining the repository in a `&lt;profile&gt;`: +
Expand Down Expand Up @@ -547,6 +547,7 @@ downloadable as an Excel spreadsheet.
== Change Log


* `1.14.0` - released against Isis 1.14.0
* `1.13.6` - maximum length for sheets is 31 chars, not 30 chars.
* `1.13.5.1` - patch for 1.13.5 (error with `#toExcelPivot(...)`.
* `1.13.5` - released against Isis 1.13.0; includes limited support for pivot tables; link:https://github.com/isisaddons/isis-module-excel/issues/17[#17] (remove overloads for `#fromExcel()` and ``#toExcel()``). +
Expand Down Expand Up @@ -621,7 +622,7 @@ https://oss.sonatype.org/content/repositories/snapshots[Snapshot Repo].

If you have commit access to this project (or a fork of your own) then you can create interim releases using the `interim-release.sh` script.

The idea is that this will - in a new branch - update the `dom/pom.xml` with a timestamped version (eg `1.13.6.20161122-0756`).
The idea is that this will - in a new branch - update the `dom/pom.xml` with a timestamped version (eg `1.14.0.20160222-0756`).
It then pushes the branch (and a tag) to the specified remote.

A CI server such as Jenkins can monitor the branches matching the wildcard `origin/interim/*` and create a build.
Expand All @@ -631,12 +632,12 @@ For example:

[source]
----
sh interim-release.sh 1.13.6 origin
sh interim-release.sh 1.14.0 origin
----

where

* `1.13.6` is the base release
* `1.14.0` is the base release
* `origin` is the name of the remote to which you have permissions to write to.


Expand All @@ -655,8 +656,8 @@ For example:

[source]
----
sh release.sh 1.13.6 \
1.14.0-SNAPSHOT \
sh release.sh 1.14.0 \
1.15.0-SNAPSHOT \
dan@haywood-associates.co.uk \
"this is not really my passphrase"
----
Expand All @@ -675,8 +676,7 @@ If the script completes successfully, then push changes:

[source]
----
git push origin master
git push origin 1.13.6
git push origin master && git push origin 1.14.0
----

If the script fails to complete, then identify the cause, perform a `git reset --hard` to start over and fix the issue
Expand Down

0 comments on commit 3a9d0b3

Please sign in to comment.