Skip to content

Commit 259e5ff

Browse files
committed
Change name and description of the GitHub action
1 parent c6cd122 commit 259e5ff

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0] - 2019-09-25
9+
10+
### Changed
11+
12+
- Changed name and description of the GitHub action
13+
814
## [0.1.0] - 2019-09-25
915

1016
Initial public release
1117

12-
[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.1.0...HEAD
18+
[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.2.0...HEAD
19+
[0.2.0]: https://github.com/dante-ev/latex-action/compare/v0.1.0...v0.2.0
1320
[0.1.0]: https://github.com/dante-ev/latex-action/releases/tag/v0.1.0

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Github Action for LaTeX
2-
description: GitHub Action to compile LaTeX documents
1+
name: LaTeX compilation
2+
description: Compiles latex documents using pdflatex, lualatex, xelatex. Full TeXLive distribution.
33
author: Cheng XU, Oliver Kopp
44
inputs:
55
root_file:

0 commit comments

Comments
 (0)