Skip to content

Commit

Permalink
chore: remove URLs in changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Peterka committed Feb 15, 2024
1 parent 34b768a commit a24ab35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
8 changes: 7 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
]
}
],
"@semantic-release/release-notes-generator"
[
"@semantic-release/release-notes-generator",
{
"preset": "angular",
"linkReferences": false
}
]
]
}
17 changes: 7 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# 0.10.0 (https://github.com/dronetag/gira/compare/v0.9.1...v0.10.0) (2024-2-14)
# 0.10.0 (2024-2-14)

### Bug Fixes

* better formatting of tickets with no details (4dda586 (https://github.com/dronetag/gira/commit/4dda586566a82b565c59b71f72e44987f951cc04))
* ci: bits (9c97331 (https://github.com/dronetag/gira/commit/9c973317934f2dad36e4ea16dd4ce1e8213a7e53))
* do not fail on new repositories (f8f9b53 (https://github.com/dronetag/gira/commit/f8f9b5370008627635604f64f6548f4f0ff47428))
* doc: english (b2aa26c (https://github.com/dronetag/gira/commit/b2aa26cfa056fa1efb820f369a0607aab53bf8e5))
* postpone JIRA connection (d665451 (https://github.com/dronetag/gira/commit/d665451a01df54cece5a68aa0dd1bde6a6feaa26))
* rename editorconfig file (e19b1ba (https://github.com/dronetag/gira/commit/e19b1bae7cb7b4fd097a6057189b18a21d7a4cec))
* better formatting of tickets with no details
* do not fail on new repositories
* postpone JIRA connection
* rename editorconfig file

### Features

* do not run in CI/runners (aa58064 (https://github.com/dronetag/gira/commit/aa58064d987f0cf18e67086d8a8ebea1f0f3843d))
* JIRA config supports file: and env: prefixes (638d85d (https://github.com/dronetag/gira/commit/638d85d517d58a121e2b9ce07f02995eeb169756))

* do not run in CI/runners
* JIRA config supports file: and env: prefixes

0 comments on commit a24ab35

Please sign in to comment.