From 259e5ff953ad4d4616fbd09cc87a526ee5c4499a Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 25 Sep 2019 23:29:13 +0200 Subject: [PATCH] Change name and description of the GitHub action --- CHANGELOG.md | 9 ++++++++- action.yml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b81bb7..0a796ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2019-09-25 + +### Changed + +- Changed name and description of the GitHub action + ## [0.1.0] - 2019-09-25 Initial public release -[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/dante-ev/latex-action/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/dante-ev/latex-action/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/dante-ev/latex-action/releases/tag/v0.1.0 diff --git a/action.yml b/action.yml index 42c8606..99adfb1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Github Action for LaTeX -description: GitHub Action to compile LaTeX documents +name: LaTeX compilation +description: Compiles latex documents using pdflatex, lualatex, xelatex. Full TeXLive distribution. author: Cheng XU, Oliver Kopp inputs: root_file: