Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 1, 2019
1 parent 49f8b53 commit d608616
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

## [2019-11-01]

### Added

- New `\ASSERT` and `\ASSERTSTR` functions (issue #102)
Expand Down Expand Up @@ -386,7 +388,8 @@ this project uses date-based 'snapshot' version identifiers.
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX3 kernel work

[Unreleased]: https://github.com/latex3/l3build/compare/2019-10-02...HEAD
[Unreleased]: https://github.com/latex3/l3build/compare/2019-11-01...HEAD
[2019-11-01]: https://github.com/latex3/l3build/compare/2019-10-02...2019-11-01
[2019-10-02]: https://github.com/latex3/l3build/compare/2019-09-30...2019-10-02
[2019-09-30]: https://github.com/latex3/l3build/compare/2019-09-29...2019-09-30
[2019-09-29]: https://github.com/latex3/l3build/compare/2019-09-28...2019-09-29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX3
=================================================

Release 2019-10-02
Release 2019-11-01

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion l3build.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH l3build 1 "2019-10-02"
.TH l3build 1 "2019-11-01"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
% }^^A
% }
%
% \date{Released 2019-10-02}
% \date{Released 2019-11-01}
%
% \maketitle
% \tableofcontents
Expand Down
2 changes: 1 addition & 1 deletion l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for those people who are interested.
--]]

-- Version information
release_date = "2019-10-02"
release_date = "2019-11-01"

-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Expand Down

2 comments on commit d608616

@stone-zeng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the release/tag is 2019-01-11 rather than 2019-11-01? See https://github.com/latex3/l3build/releases/tag/2019-01-11.

@josephwright
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, that would be a typo ...

Please sign in to comment.