Removed changelog (will be re-added after first release/tag)

This commit is contained in:
Michael Mayer 2018-10-09 09:09:43 +02:00
parent 6bec4022bf
commit 49d03978e0
4 changed files with 47 additions and 9 deletions

20
.chglog/CHANGELOG.tpl.md Executable file
View file

@ -0,0 +1,20 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
{{ range .Commits -}}
* {{ .Header }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

26
.chglog/config.yml Executable file
View file

@ -0,0 +1,26 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/photoprism/photoprism
options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commit_groups:
# title_maps:
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
header:
pattern: "^(.*)$"
pattern_maps:
- Subject
notes:
keywords:
- BREAKING CHANGE

View file

@ -1,8 +0,0 @@
Changelog
=========
Pre-release
-----------
* 05/09/2018 Improved Docker configuration, pushed image to Docker Hub (https://hub.docker.com/r/photoprism/photoprism/),
added Makefile and migrated to go modules

View file

@ -15,7 +15,7 @@ PhotoPrism: Browse your life in pictures
[ci]: https://travis-ci.org/photoprism/photoprism
[docs]: https://docs.photoprism.org/en/latest/
We love taking photos and they belong to our most valuable (and storage consuming) assets. Privacy concerns - and the wish to properly
We love taking photos. They belong to our most valuable (and storage consuming) assets. Privacy concerns - and the wish to properly
archive them for the next generation - brought us to the conclusion that existing cloud solutions are not the right tool to keep them organized.
At the same time, traditional desktop software like Adobe Lightroom lacks many features and can only be used on a single computer.
That's why we started working on an easy-to-use application that can be hosted at home or on a private server.