Marcin Grzejszczak
aa9f580027
Printing the updated versions
...
fixes #31
2017-06-05 15:52:18 +02:00
Marcin Grzejszczak
fce0ff8e3a
Added a tweet template
...
fixes #25
2017-06-05 15:49:37 +02:00
Marcin Grzejszczak
d85aaddd54
Added support for ssh-agent
...
// to run the agent
$ eval `ssh-agent`
// to store the pass in the agent
ssh-add ~/.ssh/id_rsa
fixes #26
2017-06-05 15:22:35 +02:00
Marcin Grzejszczak
79a576559f
Adding repos
2017-05-31 12:46:49 +02:00
Marcin Grzejszczak
3f28493c2f
Adding repos
2017-05-31 12:45:36 +02:00
Marcin Grzejszczak
ba6d98e8a6
Moved to release
2017-05-31 12:43:40 +02:00
Spencer Gibb
ca583191df
Fix typo and plugin version
2017-05-24 15:05:14 -04:00
Marcin Grzejszczak
dcc018c112
Fixed the order of message printing
2017-04-24 15:41:32 +02:00
Marcin Grzejszczak
2131efcdc4
Added the ability to run a single step without skipping
...
fixes #9
2017-04-20 14:51:46 +02:00
Marcin Grzejszczak
42024e1a2b
Added an option to pass versions manually
...
with this change it's enough to pass `releaser.fixed-versions` with a projectName->version mapping. This will override anything that came from spring cloud release
fixes #16
2017-04-20 11:24:44 +02:00
Marcin Grzejszczak
06b7112a2c
Generates blog post template
...
fixes #11
2017-04-19 16:57:56 +02:00
Marcin Grzejszczak
70fa4e8397
Polish
2017-04-19 14:52:41 +02:00
Marcin Grzejszczak
68456dcb80
Added email template generation
...
fixes #12
2017-04-19 14:44:00 +02:00
Marcin Grzejszczak
96c362646b
Considering SR* as release
...
fixes #21
2017-04-19 12:22:17 +02:00
Marcin Grzejszczak
949cc081af
Fixed milestone closing
...
without this change when tag was equal to e.g. 1.2.3.RELEASE and milestone 1.2.3 the latter wasn't closed.
with this change we also check the numeric equality of version and tag
2017-04-19 11:11:35 +02:00
Marcin Grzejszczak
0ffa75c0ee
Separated steps for version retrieval and updating poms
...
without this step you could skip version retrieval. Due to this the application behaved in a bizarre way in later steps
with this change the version retrieval is mandatory. Actually without this step the whole application makes no sense to even execute
fixes #23
2017-04-19 11:02:11 +02:00
Marcin Grzejszczak
082e2209c3
Added info about tag version
2017-04-11 11:38:52 +02:00
Marcin Grzejszczak
dc887aebb7
Ensuring that we don't set empty versions
2017-04-11 11:34:49 +02:00
Marcin Grzejszczak
604f0d7d05
Updated default list of ignored poms
2017-04-11 10:25:29 +02:00
Marcin Grzejszczak
4c6fae8424
Hopefully fixed the issue with wrong version bumping
2017-04-11 10:16:14 +02:00
Marcin Grzejszczak
51872f0b27
Added a guard for rolling back step
...
without this change we're not checking the current version in the pom. Regardless of that value we were doing rollbacks and version bumps.
with this change we will not perform rollbacks and version bumps for snapshots
fixes #18
2017-04-11 09:44:21 +02:00
Marcin Grzejszczak
7cb4710fa7
Bumping mvnw to 3.5.0
...
fixes #20
2017-04-11 08:33:06 +02:00
Spencer Gibb
7e2582c692
Move mkdir -p target to separate command
2017-04-10 14:56:09 -06:00
Marcin Grzejszczak
8b6f1bb1f9
Merge pull request #19 from ryanjbaxter/documentation-enhancements
...
Documentation Enhancements
2017-04-07 13:25:11 +02:00
Ryan Baxter
2561826ac5
documentation enhancements
2017-04-07 06:43:33 -04:00
Ryan Baxter
5570db9c34
Creates target dir for ghpages if it does not exist. Fixes #17
2017-04-07 06:23:54 -04:00
Spencer Gibb
1cb3296330
Fix text for publishing docs
2017-04-05 22:04:16 -06:00
Marcin Grzejszczak
f5b9cb488e
Trying to make the tests pass
2017-03-17 11:00:52 +01:00
Marcin Grzejszczak
6db0d244f3
Trying to make the tests pass
2017-03-17 10:31:33 +01:00
Marcin Grzejszczak
0aec570af3
Better messages in spring releaser
2017-03-17 09:27:01 +01:00
Marcin Grzejszczak
b162a5746c
Not throwing exception when milestone not found
...
fixes #14
2017-03-17 09:23:58 +01:00
Marcin Grzejszczak
194579280a
Updated docs
2017-03-16 17:26:49 +01:00
Marcin Grzejszczak
62d64d1888
Updated docs
2017-03-16 14:55:01 +01:00
Marcin Grzejszczak
01e8f2401c
Added support for RC / Milestone
...
fixes #8
2017-03-16 14:41:20 +01:00
Spencer Gibb
e2d430ab74
adds hibernate-validator
2017-03-15 17:27:44 -06:00
Marcin Grzejszczak
61ac65924b
Fixed the milestone closing
2017-03-14 08:51:35 +01:00
Marcin Grzejszczak
27f148ee43
Closes milestone on Github
...
fixes #6
2017-03-13 18:16:52 +01:00
Marcin Grzejszczak
d727a89d7a
Polish
2017-03-13 16:16:24 +01:00
Marcin Grzejszczak
037a5e4e0a
Ensuring that release versions don't use snapshot versions
...
without this change we could commit a release version that references a dependency in a snapshot version
with this change an exception will be throw in such a case. Exception will contain a file name together with the line in which a snapshot version was found
fixes #7
2017-03-13 15:37:09 +01:00
Marcin Grzejszczak
0a18deff11
Better commit messages
...
fixes #5
2017-03-13 12:00:56 +01:00
Marcin Grzejszczak
4feda2149c
Updated snippets with new lines
2017-03-13 11:26:52 +01:00
Marcin Grzejszczak
5b6f923831
Ensured we don't do empty commits
2017-03-10 17:13:24 +01:00
Marcin Grzejszczak
050971dc71
Updated docs
2017-03-10 15:58:53 +01:00
Marcin Grzejszczak
32eb8e2b62
Updated docs
2017-03-10 15:41:52 +01:00
Marcin Grzejszczak
45824f5a4b
Polish
2017-03-10 15:39:02 +01:00
Marcin Grzejszczak
725ae1517b
Updated docs
2017-03-10 15:28:47 +01:00
Marcin Grzejszczak
520d51a7b6
Changed the publish docs command to not build the docs
2017-03-10 14:56:15 +01:00
Marcin Grzejszczak
ad9c6e77dc
Added checking of html files under docs module only
2017-03-10 14:46:17 +01:00
Marcin Grzejszczak
a67c4ba70d
Ensured that exception is thrown when process returns with invalid code
2017-03-10 13:30:49 +01:00
Marcin Grzejszczak
640c0edf57
Updated log about updating the project
2017-03-10 12:25:40 +01:00