Skip to content

Commit

Permalink
~ Update CHANGELOG about dates & links
Browse files Browse the repository at this point in the history
Also don't run CI on changelog update
  • Loading branch information
PikachuEXE committed Oct 11, 2023
1 parent d431bdc commit 875c586
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- master
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'

jobs:
coverage:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- master
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'

jobs:
unit_tests:
Expand Down
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]
## [Unreleased] - NOW

### Added

Expand All @@ -18,7 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [0.1.2]
## [0.1.2] - 2023-10-11

### Changed

Expand All @@ -27,7 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(https://github.com/PikachuEXE/contracted_value/pull/5)


## [0.1.1]
## [0.1.1] - 2022-09-07

### Changed

Expand All @@ -38,11 +38,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix Ruby 3.x compatibility


## 0.1.0 - 2019-06-05
## [0.1.0] - 2019-06-05

### Added

- Initial release

[0.1.2]: https://github.com/PikachuEXE/contracted_value/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/PikachuEXE/contracted_value/compare/v0.1.0...v0.1.1
[0.1.2]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.2
[0.1.1]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.1
[0.1.0]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.0

0 comments on commit 875c586

Please sign in to comment.