Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jun 4, 2020
1 parent e6ac430 commit e3d6c42
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1.1 (2020-06-04)
================

Features
--------

- Add support for Slack notifications. Contributed by @awesome-manuel. ([\#28](https://github.com/matrix-org/rageshake/issues/28))


Internal Changes
----------------

- Update minimum go version to 1.11. ([\#29](https://github.com/matrix-org/rageshake/issues/29), [\#30](https://github.com/matrix-org/rageshake/issues/30))
- Replace vendored libraries with `go mod`. ([\#31](https://github.com/matrix-org/rageshake/issues/31))
- Add Dockerfile. Contributed by @awesome-manuel. ([\#32](https://github.com/matrix-org/rageshake/issues/32))
1 change: 1 addition & 0 deletions changelog.d/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
1 change: 0 additions & 1 deletion changelog.d/28.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/29.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/30.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/31.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/32.misc

This file was deleted.

19 changes: 19 additions & 0 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.towncrier]
filename = "CHANGES.md"
directory = "changelog.d"
issue_format = "[\\#{issue}](https://github.com/matrix-org/rageshake/issues/{issue})"

[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Bugfixes"
showcontent = true

[[tool.towncrier.type]]
directory = "misc"
name = "Internal Changes"
showcontent = true

0 comments on commit e3d6c42

Please sign in to comment.