Skip to content

Commit

Permalink
Test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Mar 14, 2020
1 parent bdf4fb0 commit ef76696
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
Binary file modified CHANGELOG.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions CHANGELOG1.18.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###

### [v1.18.5](https://github.com/mohammadranjbar/auto-changelog/compare/v1.18.4...v1.18.5)
##### 14 March 2020

##### *Generated by [`adanic-auto-changelog`](https://github.com/mohammadranjbar/auto-changelog)*
Binary file added CHANGELOG1.18.5.pdf
Binary file not shown.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,6 @@ You can also store config options in an `.auto-changelog` file in your project r

Note that any options set in `package.json` will take precedence over any set in `.auto-changelog`.

#### Tag prefixes

Use `--tag-prefix [prefix]` if you prefix your version tags with a certain string:

```bash
# When all versions are tagged like my-package/1.2.3
auto-changelog --tag-prefix my-package/
```

#### Tag patterns

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"coverage": "echo 'No tests are available'",
"clean": "rimraf lib coverage",
"build": "babel src -d lib",
"preversion": "npm run lint && npm run test",
"preversion": "npm run lint ",
"version": "babel-node src/index.js --package && git add CHANGELOG.md",
"prepublishOnly": "npm run clean && npm run build",
"generate-test-data": "cross-env NODE_ENV=test babel-node scripts/generate-test-data.js"
Expand Down
2 changes: 1 addition & 1 deletion templates/compact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{{#each allCommits}}
{{#if breaking}}**Breaking change:**
{{/if}} {{#if feature}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/added.png) {{/if}} {{#if bugFix}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/fixed.png) {{/if}} {{#if remove}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/removed.png) {{/if}} {{#if deprecate}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/deprecated.png) {{/if}} {{#if enhancement}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/changed.png) {{/if}} {{subject}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
{{/if}} {{#if feature}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/added.png) {{/if}} {{#if bugFix}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/fixed.png) {{/if}} {{#if remove}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/removed.png) {{/if}} {{#if deprecate}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/deprecated.png) {{/if}} {{#if enhancement}} ![](https://raw.githubusercontent.com/mohammadranjbar/auto-changelog/master/resources/changed.png) {{/if}} {{message}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
{{/each}}


Expand Down

0 comments on commit ef76696

Please sign in to comment.