try {
number = 1 + this.storage.xml().xpath(
String.format("%s/release/id/text()", this.xpath())
).size();
this.storage.apply(
new Directives().xpath(this.xpath()).add("release")
.add("id").set(Integer.toString(number)).up()
.add("tag_name").set(tag).up()
.add("target_commitish").set("master").up()
.add("name").set("v1.0.0").up()
.add("body").set("Description of the release").up()