Changelog config (#161)

* Changelog config

* Reword documentation
This commit is contained in:
Mahmut Bulut 2020-01-29 15:07:03 +01:00 committed by GitHub
parent be32e2b428
commit e72d87ecf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

6
.auto-changelog Normal file
View File

@ -0,0 +1,6 @@
{
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": true,
"commitLimit": false
}

View File

@ -7,9 +7,9 @@ use bastion::prelude::*;
///
/// Prologue:
/// This examples demonstrates how to override the default restart strategy
/// on a custom, provided by the bastion crate. The supervisor will spawn
/// with a custom strategy, provided by the bastion crate. The supervisor will spawn
/// the only one tracked actor that will be restarted a couple of times and
/// the certain timeout after a raised failure in the actor's code.
/// after certain timeout failure will arise from the actor's code.
///
fn main() {
Bastion::init();