Skip to content

Commit

Permalink
chore: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Oct 25, 2023
1 parent 6e59172 commit 19d9cc0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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/spec/v2.0.0.html).

<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/DataShades/ckanext-files/compare/v0.0.2...HEAD)</small>

<!-- insertion marker -->
## [v0.0.2](https://github.com/DataShades/ckanext-files/releases/tag/v0.0.2) - 2022-02-09

<small>[Compare with v0.0.1](https://github.com/DataShades/ckanext-files/compare/v0.0.1...v0.0.2)</small>

## [v0.0.1](https://github.com/DataShades/ckanext-files/releases/tag/v0.0.1) - 2021-09-21

<small>[Compare with first commit](https://github.com/DataShades/ckanext-files/compare/d57d17e412821d56a9f5262636be89311e8050fc...v0.0.1)</small>

9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DEFAULT_GOAL := help
.PHONY = help

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'


changelog: ## compile changelog
git changelog -c conventional -o CHANGELOG.md

0 comments on commit 19d9cc0

Please sign in to comment.