Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Jan 31, 2022
1 parent 07b3682 commit cf73b60
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

## [Unreleased]

## [v0.1.0-alpha](https://github.com/gusbrs/zref-vario/releases/tag/v0.1.0-alpha) (2022-01-31)

### Added
- Initial release.
14 changes: 14 additions & 0 deletions MANIFEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zv-basic02.lvt
* zv-basic03.lvt
* zv-basic04.lvt
* zv-hyperref01.lvt
* zv-languages01.lvt
* zv-zcref-options01.lvt
* zv-basic01.luatex.tlg
* zv-basic01.luatexdev.tlg
* zv-basic01.tlg
Expand All @@ -82,6 +85,17 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.).
* zv-basic04.tlg
* zv-basic04.xetex.tlg
* zv-basic04.xetexdev.tlg
* zv-hyperref01.luatex.tlg
* zv-hyperref01.luatexdev.tlg
* zv-hyperref01.tlg
* zv-hyperref01.xetex.tlg
* zv-hyperref01.xetexdev.tlg
* zv-languages01.tlg
* zv-zcref-options01.luatex.tlg
* zv-zcref-options01.luatexdev.tlg
* zv-zcref-options01.tlg
* zv-zcref-options01.xetex.tlg
* zv-zcref-options01.xetexdev.tlg


## TDS manifest
Expand Down
10 changes: 5 additions & 5 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ function update_tag(file, content, tagname, tagdate)
return content
end

-- function tag_hook(tagname)
-- local tagname_safe = string.gsub(tagname, "^v", "")
-- os.execute('git commit -a -m "Step release tag"')
-- os.execute('git tag -a -m "" v' .. tagname_safe)
-- end
function tag_hook(tagname)
local tagname_safe = string.gsub(tagname, "^v", "")
os.execute('git commit -a -m "Step release tag"')
os.execute('git tag -a -m "" v' .. tagname_safe)
end
11 changes: 11 additions & 0 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# zref-vario

**Extended LaTeX page cross-references with varioref and zref-clever**

## [v0.1.0-alpha]

- Initial release.
- `zref-vario` offers a compatibility layer for `varioref` to be used
alongside `zref-clever`. It provides "`\z...`" counterparts to `varioref`'s
main reference commands, each of which essentially does some (scoped) setup
for `varioref`, then calls the original one.
2 changes: 1 addition & 1 deletion zref-vario.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
%
% Identify the package.
% \begin{macrocode}
\ProvidesExplPackage {zref-vario} {2022-01-25} {0.1.0-alpha}
\ProvidesExplPackage {zref-vario} {2022-01-31} {0.1.0-alpha}
{Extended LaTeX page cross-references with varioref and zref-clever}
% \end{macrocode}
%
Expand Down

0 comments on commit cf73b60

Please sign in to comment.