Github messages for mblaze
 help / color / mirror / Atom feed
* [PR PATCH] Automatically update VERSION file on release
@ 2020-02-01 15:48 mblaze-github
  2020-02-02 13:18 ` mblaze-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mblaze-github @ 2020-02-01 15:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by 0leynikov against master on the mblaze repository

https://github.com/0leynikov/mblaze version-bump
https://github.com/leahneukirchen/mblaze/pull/170

Automatically update VERSION file on release


A patch file from https://github.com/leahneukirchen/mblaze/pull/170.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-version-bump-170.patch --]
[-- Type: text/x-diff, Size: 758 bytes --]

From dd796deb842af478aee6164973b8d589e7d89f00 Mon Sep 17 00:00:00 2001
From: Alexander Oleynikov <oleynikov@posteo.li>
Date: Sat, 1 Feb 2020 15:45:17 +0000
Subject: [PATCH] GNUmakefile: update VERSION on release

---
 GNUmakefile | 1 +
 VERSION     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 8ce7370..96412a5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -68,6 +68,7 @@ install: FRC all
 
 release:
 	VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
+	printf "$$VERSION\n" > VERSION && \
 	git archive --prefix=mblaze-$$VERSION/ -o mblaze-$$VERSION.tar.gz HEAD
 
 sign:
diff --git a/VERSION b/VERSION
index 4b9fcbe..5a2a580 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.1
+0.6

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatically update VERSION file on release
  2020-02-01 15:48 [PR PATCH] Automatically update VERSION file on release mblaze-github
@ 2020-02-02 13:18 ` mblaze-github
  2020-02-02 14:53 ` mblaze-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mblaze-github @ 2020-02-02 13:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/pull/170#issuecomment-581134800

Comment:
Good catch, but that doesn't work because the released version is still on the old tag.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatically update VERSION file on release
  2020-02-01 15:48 [PR PATCH] Automatically update VERSION file on release mblaze-github
  2020-02-02 13:18 ` mblaze-github
@ 2020-02-02 14:53 ` mblaze-github
  2020-02-02 14:53 ` [PR PATCH] [Closed]: " mblaze-github
  2020-02-02 16:49 ` mblaze-github
  3 siblings, 0 replies; 5+ messages in thread
From: mblaze-github @ 2020-02-02 14:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/pull/170#issuecomment-581142956

Comment:
I added a check in 2636f51 so I notice it at least. Thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: Automatically update VERSION file on release
  2020-02-01 15:48 [PR PATCH] Automatically update VERSION file on release mblaze-github
  2020-02-02 13:18 ` mblaze-github
  2020-02-02 14:53 ` mblaze-github
@ 2020-02-02 14:53 ` mblaze-github
  2020-02-02 16:49 ` mblaze-github
  3 siblings, 0 replies; 5+ messages in thread
From: mblaze-github @ 2020-02-02 14:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

There's a closed pull request on the mblaze repository

Automatically update VERSION file on release
https://github.com/leahneukirchen/mblaze/pull/170

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Automatically update VERSION file on release
  2020-02-01 15:48 [PR PATCH] Automatically update VERSION file on release mblaze-github
                   ` (2 preceding siblings ...)
  2020-02-02 14:53 ` [PR PATCH] [Closed]: " mblaze-github
@ 2020-02-02 16:49 ` mblaze-github
  3 siblings, 0 replies; 5+ messages in thread
From: mblaze-github @ 2020-02-02 16:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by 0leynikov on mblaze repository

https://github.com/leahneukirchen/mblaze/pull/170#issuecomment-581153903

Comment:
> Good catch, but that doesn't work because the released version is still on the old tag.

Ah, I see, you're right. Thank you for 0.6!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-02 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01 15:48 [PR PATCH] Automatically update VERSION file on release mblaze-github
2020-02-02 13:18 ` mblaze-github
2020-02-02 14:53 ` mblaze-github
2020-02-02 14:53 ` [PR PATCH] [Closed]: " mblaze-github
2020-02-02 16:49 ` mblaze-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).