-
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
Bumpversion v0.3.0 #294
Bumpversion v0.3.0 #294
Conversation
Whats in the change log? ;) |
On Tue, Jan 05, 2016 at 01:55:13PM -0800, Vincent Batts wrote:
SemVer 2.0 §10 is about build-metadata. The -dev tag you're adding is And I'd like a changelog too 1, but that should land before the tag, |
lgtm |
@crosbymichael would you rather a |
On Wed, Jan 06, 2016 at 07:30:35AM -0800, Vincent Batts wrote:
In projects where I'm the only member, I usually use the release-tag |
Include a changelog of commit subjects Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
3d0059e
to
bd81312
Compare
I've added a ChangeLog. It is automatable, but not concise. |
LGTM |
1 similar comment
LGTM |
On Tue, Jan 12, 2016 at 03:58:50PM -0800, Mrunal Patel wrote:
I think our release process still needs some polish ;).$ git log --graph --topo-order --oneline --decorate origin/master
So #292 and #287 landed before #294, but aren't actually part of Do we want to land docs about who will update the ChangeLog and when? |
@wking wacky. I tagged the commit after it hit master. :-\ |
On Tue, Jan 12, 2016 at 04:27:47PM -0800, Vincent Batts wrote:
git-tag(1) will tag your current commit unless you explicitly specify |
my command was On Tue, Jan 12, 2016 at 7:36 PM W. Trevor King notifications@github.com
|
On Tue, Jan 12, 2016 at 04:47:11PM -0800, Vincent Batts wrote:
Then you got what you wanted, but I would have preferred history like:
Where the v0.2.0 tag contained the ChangeLog (like it does, so good With both the pre-release (ChangeLog) and post-release (v0.3.0-dev)
|
My pull request landed on 2015-01-08 in 6aa53ed [1], although it missed the 0.2.0 tag [2]. Scoping is still waiting on feedback about "OCI Scope Table" referenced in the adopted charter [3]. [1]: opencontainers/runtime-spec#287 (comment) [2]: opencontainers/runtime-spec#294 (comment) [3]: Message-ID: <20151208201013.GF2767@odin.tremily.us> Subject: Re: OCI News (scoping) Date: Tue, 8 Dec 2015 12:10:13 -0800
On Tue, Jan 12, 2016 at 04:09:40PM -0800, W. Trevor King wrote:
As a potential mitigating factor for the trivial merge conflicts of |
interesting tooling. we could put a pin in this, but not require action on On Wed, Jan 27, 2016 at 12:17 AM W. Trevor King notifications@github.com
|
On Wed, Jan 27, 2016 at 10:14:29AM -0800, Vincent Batts wrote:
We're curring 0.3.0 soon. Without some sort of plan for updating the |
I just pushed a minimal image to the docker hub On Wed, Jan 27, 2016, 14:00 W. Trevor King notifications@github.com wrote:
|
i'm not sure this is the tool we're looking for. Testing the following. This utility is a helper for merge conflicts around a ChangeLog format file. Not to generate changelogs from merges. [merge "merge-changelog"]
name = GNU-style ChangeLog merge driver
driver = /usr/bin/docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) -u $(id -u) vbatts/git-merge-changelog %O %A %B |
On Wed, Jan 27, 2016 at 12:06:41PM -0800, Vincent Batts wrote:
Right, it's for the “ChangeLog entries come with their PR” workflow $ git log --first-parent --format='* %s%n%n%b%n' v0.2.0.. and a bunch of hand-editing to separate out breaking changes from |
done in such a way to have a taggable v0.2.0 and then bump to a v0.3.0-dev
This way it's still jive with semver 2.0 section 10