Commit Graph

15 Commits

Author SHA1 Message Date
Marcin Grzejszczak
591d22ed83 Added checkstyle rules 2019-02-15 12:13:54 +01:00
Marcin Grzejszczak
9578294fbd Meta release (#84)
## How it works?

- Uses the fixed versions to clone and check out each project (e.g. `spring-cloud-sleuth: 2.1.0.RELEASE`)
- From the version analyzes the branch and checks it out. E.g.
  - for `spring-cloud-release`'s `Finchley.RELEASE` version will resolve either `Finchley.x` branch or will fallback to `master` if there's no `Finchley.x` branch.
  - for `spring-cloud-sleuth`'s `2.1.0.RELEASE` version will resolve `2.1.x` branch
- Performs the release tasks per each project
- Performs the post release tasks at the end of the release

## Required options

- `releaser.fixed-versions` - A String to String mapping of manually set versions. E.g. `"spring-cloud-cli" -> "1.0.0.RELEASE"` will set
the `spring-cloud-cli.version` to `1.0.0.RELEASE` regardless of what was set in `spring-cloud-release` project. Example `--releaser.fixed-versions[spring-cloud-cli]=1.0.0.RELEASE`.
Use these properties to provide versions for the meta release.

- `releaser.meta-release.enabled` - You have to turn it on to enable a meta release. Defaults to `false`
- `releaser.meta-release.git-org-url` - The URL of the Git organization. We'll append each project's name to it.
Defaults to `https://github.com/spring-cloud`

run the task via `-x=true`
2018-06-25 09:21:24 +02:00
Marcin Grzejszczak
e5366de6ba Sagan's working 2017-10-22 22:06:46 +02:00
Marcin Grzejszczak
fedc76d964 WIP 2017-10-22 21:05:19 +02:00
Marcin Grzejszczak
989e8822f4 Fixed the project structure 2017-08-21 12:19:27 +02:00
Marcin Grzejszczak
914e4c7023 Fixes #28 2017-06-08 12:35:49 +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
68456dcb80 Added email template generation
fixes #12
2017-04-19 14:44:00 +02:00
Spencer Gibb
e2d430ab74 adds hibernate-validator 2017-03-15 17:27:44 -06:00
Marcin Grzejszczak
27f148ee43 Closes milestone on Github
fixes #6
2017-03-13 18:16:52 +01:00
Marcin Grzejszczak
725ae1517b Updated docs 2017-03-10 15:28:47 +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