Skip to content

Commit

Permalink
Merge pull request #5 from myarichuk/refactor/merge-flow
Browse files Browse the repository at this point in the history
Refactor/merge flow
  • Loading branch information
myarichuk committed Sep 14, 2022
2 parents 90f3539 + 01deb75 commit a7c0ad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
file_pattern: CHANGELOG.md
outputs:
tag: v${{ needs.build-and-pack.outputs.tag }}
version: v${{ needs.build-and-pack.outputs.version }}
version: ${{ needs.build-and-pack.outputs.version }}

publish-nuget:
name: Publish (NuGet)
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [v4.0.3.0] - 2022-09-14
### :bug: Bug Fixes
- [`ab399f7`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/ab399f7bbacd47e32dad3e404cad843fde9ed2ae) - ensure proper version for nuget publishing *(commit by [@myarichuk](https://github.com/myarichuk))*


## [v4.0.2.0] - 2022-09-14
### :bug: Bug Fixes
- [`a6e02ad`](https://github.com/myarichuk/RoguelikeToolkit.Entities/commit/a6e02ad67c7aa6f826cd47c87995ea8558d66cbc) - try to ensure readme is included in nuget *(commit by [@myarichuk](https://github.com/myarichuk))*
Expand All @@ -14,4 +19,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v0.0.1.0] - 2022-09-13
### Initial commit
[v4.0.2.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.1.0...v4.0.2.0
[v4.0.2.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.1.0...v4.0.2.0
[v4.0.3.0]: https://github.com/myarichuk/RoguelikeToolkit.Entities/compare/v4.0.2.0...v4.0.3.0

0 comments on commit a7c0ad0

Please sign in to comment.