auto_tagger 0.2.9 → 0.2.10
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.
- data/CHANGELOG +3 -0
- data/README.md +3 -1
- data/lib/auto_tagger/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README.md
CHANGED
@@ -6,6 +6,8 @@ This creates and pushes tags to your git repository, please use with caution.
|
|
6
6
|
|
7
7
|
[](http://travis-ci.org/zilkey/auto_tagger)
|
8
8
|
|
9
|
+
(build is currently failing because of SSH issues on the Travis machine - but `rake` should pass for you locally).
|
10
|
+
|
9
11
|
AutoTagger is a gem that helps you automatically create a date-stamped tag for each stage of your deployment, and deploy from the last tag from the previous environment.
|
10
12
|
|
11
13
|
Let's say you have the following workflow:
|
@@ -224,7 +226,7 @@ To run individual test suites:
|
|
224
226
|
|
225
227
|
## Releasing
|
226
228
|
|
227
|
-
* run
|
229
|
+
* run `rake` and make sure that things are green
|
228
230
|
* update the changelog to say what you've done
|
229
231
|
* update the version
|
230
232
|
* commit your changes
|
data/lib/auto_tagger/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auto_tagger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
segments:
|
91
91
|
- 0
|
92
|
-
hash:
|
92
|
+
hash: 4182976075245621362
|
93
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|