Skip to content

Commit

Permalink
simple rultor configuration to tag and release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoRoche committed May 2, 2020
1 parent 2fcab00 commit 356188f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release:
script: |-
git commit -am "${tag}"
4 changes: 4 additions & 0 deletions src/main/java/com/github/roroche/CustomTask.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.github.roroche;

public interface CustomTask {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.github.roroche

class BuildClassDiagramTaskTest2 {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.github.roroche.assertions

class FileHasContentAssertion2 {
}

0 comments on commit 356188f

Please sign in to comment.