Skip to content

Commit c0ea658

Browse files
authored
Merge branch 'master' into renovate/inquirer-12.x
2 parents ca3682d + 42c6ef8 commit c0ea658

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ All notable changes to this project will be documented in this file.
3434

3535
<!-- git-cliff-unreleased-end -->
3636

37-
**Changelog file is no longer maintained, you can check all changes in [GitHub Releases](https://github.com/apify/apify-cli/releases).**
38-
3937
# 0.6.1 / 2020-05-18
4038

4139
- **BREAKING:** Templates are now fully decoupled from this project and

0 commit comments

Comments
 (0)