We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2444ab5 commit bd01b9cCopy full SHA for bd01b9c
.octopolo.yml
@@ -0,0 +1,4 @@
1
+github_repo: sportngin/active_zuora
2
+semantic_versioning: true
3
+branches_to_keep:
4
+- master
.soyuz.yml
@@ -0,0 +1,13 @@
+defaults:
+ deploy_cmd: gem push *.gem
+ before_deploy_cmds:
+ - op tag-release
5
+ - sed -i '' -e "s/\".*/\"$(git tag | tail -1 | sed s/v//)\"/" lib/active_zuora/version.rb
6
+ - git add lib/active_zuora/version.rb
7
+ - git commit -m "Version Bump" && git push
8
+ - gem build active_zuora.gemspec
9
+ after_deploy_cmds:
10
+ - rm *.gem
11
+environments:
12
+ -
13
+ rubygems: {}
0 commit comments