Skip to content

Commit 544c365

Browse files
committed
Add tag to assembly. [admin]
1 parent 51dc7f8 commit 544c365

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Assembly

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ vclog:
2121
- log/History.rdoc
2222
- log/Changes.rdoc
2323

24-
#tag:
25-
# service: custom
26-
# release: |
27-
# puts %[pom news | git tag -a -F - #{project.version}]
24+
tag:
25+
service: custom
26+
release: |
27+
cmd = %[pom news | git tag -a -F - #{project.version}]
28+
puts cmd
29+
sh cmd
2830

2931

3032
#qed:

0 commit comments

Comments
 (0)