-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.0.0 #893
Release v1.0.0 #893
Conversation
On Wed, Jul 12, 2017 at 06:50:53PM +0000, v1.0.0.batts wrote:
No changes sense rc6 tag
Just to clarify, that's “no changes to the Markdown spec”. There have
been changes in other locations:
$ git --no-pager diff --stat v1.0.0-rc6..origin/pr/893
ChangeLog | 47 ++++++++++++++++++++++++++++++++++++++++++-----
README.md | 6 ------
ROADMAP.md | 50 --------------------------------------------------
schema/defs-linux.json | 3 ++-
specs-go/config.go | 2 +-
specs-go/version.go | 2 +-
6 files changed, 46 insertions(+), 64 deletions(-)
$ git --no-pager log --graph --topo-order --oneline --decorate v1.0.0-rc6..origin/pr/893
* 2e391ed (origin/pr/893, origin/bump-version) version: bump master back to -dev
* e45c2e6 version: release v1.0.0
* 06c488c (origin/master, origin/HEAD) Merge pull request #888 from wking/v1.0.0-rc6-change-log
|\
| * 913d300 (HEAD, origin/pr/888) ChangeLog: Document changes since c83b8c8
* a39b1cd Merge pull request #890 from vbatts/remove_roadmap
|\
| * 6a22705 (origin/pr/890) ROADMAP: remove the pre-v1.0.0 roadmap
|/
* c2c59fa Merge pull request #885 from q384566678/action-fix
|\
| * 926309e (origin/pr/885) defs-linux: add action to to syscalls required
* | 8c0a3f4 Merge pull request #882 from vbatts/bump-version
|\ \
| |/
|/|
| * 0919a7d (origin/pr/882) version: master back to -dev
* 5723c6c Merge pull request #884 from tiborvass/omitempty-typo
* 4560f98 (origin/pr/884) Fix "omitempty" typo
|
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
@@ -11,7 +11,7 @@ const ( | |||
VersionPatch = 0 | |||
|
|||
// VersionDev indicates development branch. Releases will be empty string. | |||
VersionDev = "-rc6-dev" | |||
VersionDev = "-dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up until now, -dev
has meant “working towards”, so 1.0.0-rc6-dev
was followed by 1.0.0-rc6
. I'm not sure how we want to handle the post-1.0 world where it's not clear what release we're working on (2.0.0-rc1
? 1.1.0-rc1
? 1.0.1-rc1
?) I'd guess master will most likely target 1.1.0-rc1
, so maybe you want to setup 1.1.0-rc1-dev
in the tip commit of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up until now, -dev has meant “working towards”, so 1.0.0-rc6-dev was followed by 1.0.0-rc6.
Oops, that's not right, since this PR is based on a post-rc6 master using 1.0.0-rc6-dev. I think I was confused by pre-release markers sorting earlier in SemVer. So this commit is fine (since we don't care about SemVer sorting between releases), and sorry for the noise.
This needs another LGTM by tomorrow. 😍 |
@opencontainers/runtime-spec-maintainers ping |
LGTM |
weird. Not sure why pullapprove is not jiving with that LGTM |
Vote for this release: https://groups.google.com/a/opencontainers.org/d/msg/dev/_pvFMQN1DUM/YoEdnfXGBQAJ
No changes sense rc6 tag