Browse Source

update changelog

main
Distopico Vegan 5 years ago
parent
commit
8b85700880
2 changed files with 12 additions and 6 deletions
  1. +6
    -1
      .releaserc.yml
  2. +6
    -5
      CHANGELOG.md

+ 6
- 1
.releaserc.yml View File

@ -1,7 +1,12 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- - "@semantic-release/changelog"
- changelogTitle: |-
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
- - "@semantic-release/exec"
- prepareCmd: './scripts/prepare.sh ${nextRelease.version}'
- - "@semantic-release/git"


+ 6
- 5
CHANGELOG.md View File

@ -1,3 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20)
@ -8,11 +14,6 @@
* message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289))
* wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c))
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)


Loading…
Cancel
Save