1 parent 07756eb commit 7fc98c8Copy full SHA for 7fc98c8
1 file changed
samus.json
@@ -0,0 +1,44 @@
1
+{
2
+ "actions": [
3
+ {
4
+ "action": "fs-sedfiles",
5
+ "files": ["lib/samus/version.rb"],
6
+ "arguments": {
7
+ "search": "VERSION = ['\"](.+?)['\"]",
8
+ "replace": "VERSION = '$version'"
9
+ }
10
+ },
11
12
+ "action": "git-commit",
13
+ "files": ["lib/samus/version.rb"]
14
15
16
+ "action": "git-merge",
17
18
+ "branch": "master"
19
20
21
22
+ "action": "archive-git-full",
23
+ "files": ["git.tgz"],
24
+ "publish": [{
25
+ "action": "git-push",
26
27
+ "remotes": "origin",
28
+ "refs": "master v$version"
29
30
+ }]
31
32
33
+ "action": "gem-build",
34
+ "files": ["*.gemspec"],
35
+ "publish": [
36
37
+ "action": "gem-push",
38
+ "files": ["*.gem"],
39
+ "credentials": "lsegal.rubygems"
40
41
+ ]
42
43
44
+}
0 commit comments