cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
* [PATCH] Rakefile: shorten ChangeLog dump
@ 2014-09-05  1:39 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-09-05  1:39 UTC (permalink / raw)
  To: cmogstored-public

We don't need ChangeLog info going back to 1.0.0
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index ad08bda..6552411 100644
--- a/Rakefile
+++ b/Rakefile
@@ -78,7 +78,7 @@ end
 
 desc "dump changelog to stdout"
 task :changelog do
-  since = "v0.1.0"
+  since = "v1.0.0"
 
   puts "cmogstored changelog since #{since}"
   puts "Full changeset information is available at #{git_url}"
-- 
EW

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-05  1:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05  1:39 [PATCH] Rakefile: shorten ChangeLog dump Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).