Skip to content

Commit 02acc56

Browse files
Release v1.10.0 (#387)
* build docs should run when releasing
1 parent 36053c0 commit 02acc56

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

.changes/unreleased/Added-20221021-142858.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.10.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v1.10.0 on 2022-10-22
2+
3+
### Added
4+
5+
* [#372](https://github.com/miniscruff/changie/issues/372) Environment variable loading based on prefix

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
paths:
77
- 'docs/**'
88
- 'cmd/**'
9-
- 'CHANGELOG.md'
9+
- 'core/**'
10+
- '*/CHANGELOG.md'
1011

1112
jobs:
1213

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches: [ main ]
66
paths-ignore:
77
- '.github/'
8-
- 'changes/'
8+
- '.changes/'
99
- 'resources/'
1010
- 'docs/'
1111
pull_request:
1212
branches: [ main ]
1313
paths-ignore:
1414
- '.github/'
15-
- 'changes/'
15+
- '.changes/'
1616
- 'resources/'
1717
- 'docs/'
1818

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [itself](https://github.com/miniscruff/changie).
88

9+
## v1.10.0 on 2022-10-22
10+
11+
### Added
12+
13+
* [#372](https://github.com/miniscruff/changie/issues/372) Environment variable loading based on prefix
14+
915
## v1.9.1 on 2022-09-20
1016

1117
### Fixed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ summaryLength = 30
4646
]
4747
enable_anchor_link = true
4848
issues_url = 'https://github.com/miniscruff/changie/issues/new'
49-
version = 'v1.9.1'
49+
version = 'v1.10.0'
5050

5151
[params.homepage_meta_tags]
5252
meta_description = "Changie is a file based changelog management tool."

0 commit comments

Comments
 (0)