Commit Graph

195 Commits

Author SHA1 Message Date
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
Spencer Gibb
7e2582c692 Move mkdir -p target to separate command 2017-04-10 14:56:09 -06:00
Ryan Baxter
5570db9c34 Creates target dir for ghpages if it does not exist. Fixes #17 2017-04-07 06:23:54 -04: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
b162a5746c Not throwing exception when milestone not found
fixes #14
2017-03-17 09:23:58 +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
5b6f923831 Ensured we don't do empty commits 2017-03-10 17:13:24 +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
Marcin Grzejszczak
89550417ad Removed the docs section 2017-03-10 12:23:57 +01:00
Marcin Grzejszczak
3265732818 Fixed version bump 2017-03-10 12:16:24 +01:00
Marcin Grzejszczak
23b014ebce Fixed publishing docs 2017-03-10 11:36:02 +01:00
Marcin Grzejszczak
5af438fd87 Fixed broken release process 2017-03-10 10:54:26 +01:00
Marcin Grzejszczak
ffda2c3e41 Added full cycle 2017-03-09 18:02:53 +01:00
Marcin Grzejszczak
fb60676638 Added docs publishing 2017-03-09 16:32:10 +01:00
Marcin Grzejszczak
bb3f6c1888 Introducing the git properties 2017-03-09 15:38:50 +01:00
Marcin Grzejszczak
442a7234eb Added committing / tagging and pushing 2017-03-09 12:38:34 +01:00
Marcin Grzejszczak
2f3343e9a2 build -> builder package 2017-03-09 09:50:47 +01:00
Marcin Grzejszczak
7acb5c9dd0 Added missing packages 2017-03-09 09:40:52 +01:00
Marcin Grzejszczak
0533f711e5 Fixed broken build 2017-03-08 16:22:01 +01:00
Marcin Grzejszczak
5e982feea8 Added nicer output 2017-03-08 15:03:32 +01:00
Marcin Grzejszczak
5a8b3fc2ec Added building of the project 2017-03-08 14:39:18 +01:00
Marcin Grzejszczak
4d53bcc4d5 Added tests for ignoring changes 2017-03-08 11:58:02 +01:00
Marcin Grzejszczak
c3dd3b7586 Made tests less brittle 2017-03-08 11:27:06 +01:00
Marcin Grzejszczak
b34cbae3b5 Updated docs 2017-03-08 10:54:31 +01:00
Marcin Grzejszczak
761382f572 updated test reports 2017-03-08 10:35:55 +01:00
Marcin Grzejszczak
151ff110be Updated build 2017-03-08 10:24:06 +01:00
Marcin Grzejszczak
36383b14bf Releaser -> spring-cloud-release-tools 2017-03-07 22:28:44 +01:00