mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Prep for 1.1.0
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
"Os": "darwin freebsd linux windows",
|
"Os": "darwin freebsd linux windows",
|
||||||
"ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes",
|
"ResourcesInclude": "README*,LICENSE*,CHANGELOG*,inbucket.bat,etc,themes",
|
||||||
"PackageVersion": "1.1.0",
|
"PackageVersion": "1.1.0",
|
||||||
"PrereleaseInfo": "rc2",
|
|
||||||
"ConfigVersion": "0.9",
|
"ConfigVersion": "0.9",
|
||||||
"BuildSettings": {
|
"BuildSettings": {
|
||||||
"LdFlagsXVars": {
|
"LdFlagsXVars": {
|
||||||
|
|||||||
25
CHANGELOG.md
25
CHANGELOG.md
@@ -4,12 +4,15 @@ Change Log
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
[Unreleased]
|
[1.1.0] - 2016-09-03
|
||||||
------------
|
------------
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Homebrew inbucket.conf and formula (see README)
|
- Homebrew inbucket.conf and formula (see README)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Log and continue when unable to delete oldest message during cap enforcement
|
||||||
|
|
||||||
[1.1.0-rc2] - 2016-03-06
|
[1.1.0-rc2] - 2016-03-06
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
@@ -46,8 +49,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
specific message.
|
specific message.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/jhillyerd/inbucket/compare/master...develop
|
[Unreleased]: https://github.com/jhillyerd/inbucket/compare/master...develop
|
||||||
|
[1.1.0]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc2...1.1.0
|
||||||
[1.1.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc1...1.1.0-rc2
|
[1.1.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.1.0-rc1...1.1.0-rc2
|
||||||
[1.1.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.0...1.1.0-rc1
|
[1.1.0-rc1]: https://github.com/jhillyerd/inbucket/compare/1.0...1.1.0-rc1
|
||||||
[1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0
|
[1.0]: https://github.com/jhillyerd/inbucket/compare/1.0-rc1...1.0
|
||||||
|
|
||||||
See http://keepachangelog.com/ for instructions on how to update this file.
|
|
||||||
|
Release Checklist
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
1. Create release branch: `git flow release start 1.x.0`
|
||||||
|
2. Update CHANGELOG.md:
|
||||||
|
- Ensure *Unreleased* section is up to date
|
||||||
|
- Rename *Unreleased* section to release name and date.
|
||||||
|
- Add new GitHub `/compare` link
|
||||||
|
3. Update goxc version info: `goxc -wc -pv=1.x.0 -pr=snapshot`
|
||||||
|
4. Run: `goxc interpolate-source` to update VERSION var
|
||||||
|
5. Run tests
|
||||||
|
6. Test cross-compile: `goxc`
|
||||||
|
7. Commit changes and merge release: `git flow release finish 1.x.0`
|
||||||
|
8. Upload to bintray: `goxc bintray`
|
||||||
|
9. Update `binary_versions` option in `inbucket-site/_config.yml`
|
||||||
|
|
||||||
|
See http://keepachangelog.com/ for additional instructions on how to update this file.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION contains the build version number, populated during linking by goxc
|
// VERSION contains the build version number, populated during linking by goxc
|
||||||
VERSION = "1.1.0-rc2"
|
VERSION = "1.1.0"
|
||||||
|
|
||||||
// BUILDDATE contains the build date, populated during linking by goxc
|
// BUILDDATE contains the build date, populated during linking by goxc
|
||||||
BUILDDATE = "undefined"
|
BUILDDATE = "undefined"
|
||||||
|
|||||||
Reference in New Issue
Block a user