Skip to content

Commit

Permalink
Release prep for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Jul 17, 2022
1 parent 510f0aa commit 23882fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
## [v0.0.2](https://github.com/chelnak/ysmrr/tree/v0.0.2) - 2022-07-17

[Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.0.1...v0.0.2)

### Fixed

- Fix Cnorm behaviour [#2](https://github.com/chelnak/ysmrr/pull/2) ([chelnak](https://github.com/chelnak))

## [v0.0.1](https://github.com/chelnak/ysmrr/tree/v0.0.1) - 2022-07-17

[Full Changelog](https://github.com/chelnak/ysmrr/compare/634c76085ea0215b5e9629847cc94995bc7575f6...v0.0.1)
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
release-prep:
@gh changelog new --next-version "$(version)"

tag:
@git checkout main && git pull
@git tag -a $(version) -m "Release $(version)"
Expand Down

0 comments on commit 23882fc

Please sign in to comment.