2.1.0 release
See original GitHub issueReady when all other issues on this milestone are Done and closed.
- run code analysis in VS in Release mode and address violations (send a regular PR which must be merged before continuing)
- if necessary, change
VERSION_SUFFIX
on CI Server to appropriate “-beta123” or “” (for non-betas) value and initiate a build - check build
- edit draft release in GitHub UI:
- complete release notes, mentioning non-owner contributors, if any (move release notes forward from any pre-releases to the current release)
- attach nupkg
- publish the release
- push NuGet package
- de-list pre-release or superseded buggy NuGet packages if present
- update website with contributors list (if in place)
- tweet, mentioning contributors and post link as comment here for easy retweeting 😉
- post tweet in Gitter
- post links to the NuGet and GitHub release in each issue in this milestone, with thanks to contributors
- use
rake next_version[new_version]
to- create a new branch
- change CommonAssemblyInfo.cs to expected minor version (of form xx.yy.zz)
- push to origin
- create PR to upstream master
- create a new milestone for the next release
- create new issue (like this one) for the next release, adding it to the new milestone
- create a new draft GitHub Release
- close this milestone
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Spring Boot 2.1.0
0 has been released and is available now from repo.spring.io, Maven Central and Bintray. This release adds a significant number of new features ......
Read more >org.springframework.boot » spring-boot » 2.1.0.RELEASE
Category/License Group / Artifact Version Updates
Logging EPL 1.0LGPL 2.1 ch.qos.logback » logback‑classic (optional) 1.2.3 1.4.11
com.atomikos » transactions‑jdbc (optional) 4.0.6 6.0.0
com.atomikos » transactions‑jms (optional)...
Read more >Spring Boot 2.1 Release Notes
Spring Boot 2.1 builds on and requires Spring Framework 5.1. We've upgraded to the latest stable releases of other third-party jars wherever ...
Read more >Release Notes - Maven 2.1.0
The Apache Maven team would like to announce the release of Maven 2.1.0. Maven 2.1.0 is available for download. Maven is a software...
Read more >org/springframework/boot/spring-boot/2.1.0.RELEASE
org/springframework/boot/spring-boot/2.1.0.RELEASE ../ spring-boot-2.1.0.RELEASE-javadoc.jar 2018-10-30 11:40 2426862 spring-boot-2.1.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I updated the release notes with newly fixed issues and contributor names
The description doesn’t match the new way we intend to work, but after #722 and #665 are merged/fixed, I’ll update it to match.