diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb37901..8e42e587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. -## 2.1.0 +## [2.1.0] ### Added @@ -149,3 +149,4 @@ Initial beta release [1.0.0-rc]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-rc [2.0.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.0 [2.0.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.1 +[2.1.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.1.0 diff --git a/Makefile b/Makefile index ca6460b8..a7945434 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.0.1 +VERSION = 2.1.0 DIST_PATH = dist OS := `echo $(shell uname) | tr A-Z a-z` @@ -30,8 +30,8 @@ clean: rm -rf "$(BUILD_PATH)" rm -rf "$(DIST_PATH)" -.PHONY: release -release: +.PHONY: publish +publish: # Add Makefile We add the file because of the $VERSION variable git add Makefile # Update changelog