origen 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/application.rb +1 -1
- data/config/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41e855c1ebab21cebe7c3e881fec4c22b35d813a
|
|
4
|
+
data.tar.gz: f9df00b9bfe5bea352025c0d0f65b5b4d12fa8a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9113bde64e19aaf592d7f21641c3d41d96c4fadfa127678798601da05cf205343349947c34db66b911c2ecb884d52d1e8de7643b390b0de5a4bf2c64f5ece991
|
|
7
|
+
data.tar.gz: 1c6d3e8758e65c04c520e1a692cc3c04bddee81a8c7b7b45d19636bd3f07aec0a1eb2214e3ea2f8a9fba7d0ce9d0bd522c877b2a7bb516395d409c6540028ca4
|
data/config/application.rb
CHANGED
|
@@ -122,7 +122,7 @@ class OrigenCoreApplication < Origen::Application
|
|
|
122
122
|
|
|
123
123
|
def after_release_email(tag, note, type, selector, options)
|
|
124
124
|
begin
|
|
125
|
-
command = "origen web compile --remote --api --comment
|
|
125
|
+
command = "origen web compile --remote --api --comment 'Release of #{Origen.app.name} #{Origen.app.version}'"
|
|
126
126
|
Dir.chdir Origen.root do
|
|
127
127
|
system command
|
|
128
128
|
end
|
data/config/version.rb
CHANGED