Skip to content

Commit 42c6ef8

Browse files
authored
ci: format after changelog insertion (#697)
1 parent a463545 commit 42c6ef8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/pre_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
write-mode: overwrite
7979
contents: ${{ needs.release_metadata.outputs.changelog }}
8080

81+
- name: Format
82+
run: yarn format:fix
83+
8184
- name: Commit changes
8285
id: commit
8386
uses: EndBug/add-and-commit@v9

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
write-mode: overwrite
9696
contents: ${{ needs.release_metadata.outputs.changelog }}
9797

98+
- name: Format
99+
run: yarn format:fix
100+
98101
- name: Commit changes
99102
id: commit
100103
uses: EndBug/add-and-commit@v9

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
<!-- git-cliff-unreleased-start -->
6+
67
## 0.20.8 - **not yet released**
78

89
### 🚀 Features
@@ -29,11 +30,9 @@ All notable changes to this project will be documented in this file.
2930
- Look for lowercase input schema in default paths ([#647](https://github.com/apify/apify-cli/pull/647)) ([68456e6](https://github.com/apify/apify-cli/commit/68456e63eee3c28e7c0ee7464a2cbc1a00ba9dfa)) by [@mvolfik](https://github.com/mvolfik)
3031
- Emit warning if input.json is modified during run and prefilled with defaults ([#672](https://github.com/apify/apify-cli/pull/672)) ([8a6fd3f](https://github.com/apify/apify-cli/commit/8a6fd3f60523380041309db830a62f52cc60e4d4)) by [@vladfrangu](https://github.com/vladfrangu), closes [#670](https://github.com/apify/apify-cli/issues/670)
3132
- Scrapy wrapping being broken due to ESM migration ([#686](https://github.com/apify/apify-cli/pull/686)) ([e2a7591](https://github.com/apify/apify-cli/commit/e2a7591070a284394643e8dbb03bc020939ff61f)) by [@vladfrangu](https://github.com/vladfrangu)
32-
- *(ci)* Make it work + publish with provenances ([#694](https://github.com/apify/apify-cli/pull/694)) ([e41ea72](https://github.com/apify/apify-cli/commit/e41ea728a9177dcec4ea73c25128cddebc00dd79)) by [@vladfrangu](https://github.com/vladfrangu)
33-
33+
- _(ci)_ Make it work + publish with provenances ([#694](https://github.com/apify/apify-cli/pull/694)) ([e41ea72](https://github.com/apify/apify-cli/commit/e41ea728a9177dcec4ea73c25128cddebc00dd79)) by [@vladfrangu](https://github.com/vladfrangu)
3434

3535
<!-- git-cliff-unreleased-end -->
36-
**Changelog file is no longer maintained, you can check all changes in [GitHub Releases](https://github.com/apify/apify-cli/releases).**
3736

3837
# 0.6.1 / 2020-05-18
3938

@@ -226,4 +225,4 @@ All notable changes to this project will be documented in this file.
226225

227226
# 0.0.x / 2018-03-01
228227

229-
- Initial development, lot of new stuff
228+
- Initial development, lot of new stuff

0 commit comments

Comments
 (0)