Skip to content

Commit

Permalink
Release version-1.4.
Browse files Browse the repository at this point in the history
* .gitignore: Remove /doc and lib/optparse/version.lua.
* optparse-git-1.rockspec: Move from here...
* optparse-1.4-1.rockspec: ...to here.
(_MODREV): Adjust accordingly.
* Makefile (VERSION): Bump to 1.4.
(all): Remove version.lua regeneration by default.
* NEWS.md: Strip placeholder header.
* README.md (travis, codcov): Update build branch badges to
release-v1.4.
* doc/index.html, doc/ldoc.css, lib/version.lua: Check in for
release version.

Signed-off-by: Gary V. Vaughan <[email protected]>
  • Loading branch information
gvvaughan committed Sep 17, 2018
1 parent 5fb5829 commit 6ebec65
Show file tree
Hide file tree
Showing 8 changed files with 1,265 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
.DS_Store
/*.src.rock
/build-aux/config.ld
/doc/*
/lib/optparse/version.lua
/luacov.*.out
/optparse-*.tar.gz
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MKDIR = mkdir -p
SED = sed
SPECL = specl

VERSION = git
VERSION = 1.4

luadir = lib/optparse
SOURCES = \
Expand All @@ -16,7 +16,7 @@ SOURCES = \
$(NOTHING_ELSE)


all: $(luadir)/version.lua
all:


$(luadir)/version.lua: .FORCE
Expand Down
3 changes: 0 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# optparse NEWS - User visible changes

## Noteworthy changes in release ?.? (????-??-??) [?]


## Noteworthy changes in release 1.4 (2018-09-16) [stable]

### New Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Parse and Process Command Line Options
Copyright (C) 2014-2018 [Gary V. Vaughan][github]

[![License](http://img.shields.io/:license-mit-blue.svg)](http://mit-license.org)
[![travis-ci status](https://secure.travis-ci.org/gvvaughan/optparse.png?branch=master)](http://travis-ci.org/gvvaughan/optparse/builds)
[![codecov.io](https://codecov.io/gh/gvvaughan/optparse/branch/master/graph/badge.svg)](https://codecov.io/gh/gvvaughan/optparse)
[![travis-ci status](https://secure.travis-ci.org/gvvaughan/optparse.png?branch=release-v1.4)](http://travis-ci.org/gvvaughan/optparse/builds)
[![codecov.io](https://codecov.io/gh/gvvaughan/optparse/branch/release-v1.4/graph/badge.svg)](https://codecov.io/gh/gvvaughan/optparse)
[![Stories in Ready](https://badge.waffle.io/gvvaughan/optparse.png?label=ready&title=Ready)](https://waffle.io/gvvaughan/optparse)

In the common case, you can write the long-form help output typical of
Expand Down
Loading

0 comments on commit 6ebec65

Please sign in to comment.