Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinscham committed Jul 31, 2022
1 parent a668868 commit f1cd7d3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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).

## [unreleased]

_Nothing as of yet_

## [v1.0.0] - 2022-07-31

### Added

- First version of the action
- Grabs the Data Dragon versions index and picks the first patch number via regex
- Patch number is saved in an output variable for further usage
- Will fail if Data Dragon can't be reached or if patch number seems invalid
- Changelog
- Readme
- MIT License

[//]: # 'Links to releases:'
[unreleased]: https://github.com/marvinscham/get-league-patch/compare/v1.0.0...main
[v1.1.0]: https://github.com/marvinscham/get-league-patch/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/marvinscham/get-league-patch/commits/v1.0.0

0 comments on commit f1cd7d3

Please sign in to comment.