Skip to content

Commit

Permalink
bye bye towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Feb 22, 2024
1 parent 498d665 commit 7a12738
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 193 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

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).

This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release
can be found in [changelog.d folder](https://github.com/papermerge/papermerge-cli/tree/master/changelog.d/).

<!-- towncrier release notes start -->

## 0.8.0 - 2024-02-22

## Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright 2020-2022 Eugen Ciur <[email protected]>
Copyright 2020-2024 Eugen Ciur <[email protected]>

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
15 changes: 0 additions & 15 deletions changelog.d/changelog_template.jinja

This file was deleted.

128 changes: 1 addition & 127 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,6 @@ typer = {extras = ["all"], version = "^0.9.0"}
papermerge-cli = "papermerge_cli.main:app"

[tool.poetry.group.dev.dependencies]
towncrier = "^22.8.0"
pytest = "^7.2.0"
requests-mock = {extras = ["fixture"], version = "^1.11.0"}
pre-commit = "^3.3.3"


[tool.towncrier]
directory = "changelog.d"
filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "changelog.d/changelog_template.jinja"
title_format = "## {version} - {project_date}"
issue_format = "[Issue#{issue}](https://github.com/papermerge/papermerge-cli/issues/{issue})"

[[tool.towncrier.type]]
directory = "security"
name = "Security"
showcontent = true

[[tool.towncrier.type]]
directory = "removed"
name = "Removed"
showcontent = true

[[tool.towncrier.type]]
directory = "deprecated"
name = "Deprecated"
showcontent = true

[[tool.towncrier.type]]
directory = "added"
name = "Added"
showcontent = true

[[tool.towncrier.type]]
directory = "changed"
name = "Changed"
showcontent = true

[[tool.towncrier.type]]
directory = "fixed"
name = "Fixed"
showcontent = true

0 comments on commit 7a12738

Please sign in to comment.