Skip to content

Commit d9f9cd0

Browse files
committed
Capture mechanism to create releases
1 parent e47e8fa commit d9f9cd0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.html
2+
*.zip

bundle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
zip packt-backend-0.1.0.zip packt.conf packt.odt.styles
4+
5+
zip packt-theme-0.1.0.zip packt.odt.styles

0 commit comments

Comments
 (0)