[releaseme] [Bug 453346] logme.rb does not produce any output on releasing libalkimia
Ralf Habacker
bugzilla_noreply at kde.org
Tue May 3 20:10:44 BST 2022
https://bugs.kde.org/show_bug.cgi?id=453346
--- Comment #6 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #5)
> (In reply to Harald Sitter from comment #3)
> > How did you run releaseme
> .$ ./releaseme/tarme.rb --origin stable --version 8.1.1 alkimia
and then
$ ./releaseme/tagme.rb --version 8.1.1
> $ cat release_data
> alkimia;8.1;b516a00ebd392abf8bd9174343d34cdd85d136d7;alkimia-8.1.1.tar.xz;
> 59f11fb7a8ef1fe79ca2e6650ac34b215386f8cc8393e4ec1e6a2ae6bc306d69
The commit id in column 3 refers to the tagged commit [1]
commit b516a00ebd392abf8bd9174343d34cdd85d136d7 (tag: v8.1.1, origin/8.1)
Author: Ralf Habacker <ralf.habacker at freenet.de>
Date: Tue May 3 13:38:33 2022 +0200
Update version to 8.1.1
and in logme.rb there is:
def parse(rev)
ancestor = `git describe --abbrev=0 --tags`.strip
lines = `git log #{ancestor}..#{rev} --oneline --no-merges`
As `ancestor` there is returned
$ git describe --abbrev=0 --tags
v8.1.1
and the given parameter rev points to [1], which is the same commit.
I think `ancestor` needs instead to point to the previous release tag, which
would be v8.1.0 in this case.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list