apify-test-tools 0.7.2-beta.0 → 0.8.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ jobs:
55
55
  name: Update changelog
56
56
  runs-on: ubuntu-latest
57
57
  outputs:
58
- changelog_commitish: ${{ steps.commit.outputs.commit_long_sha || github.sha }}
58
+ changelog_commitish: ${{ steps.commit.outputs.commit_long_sha }}
59
59
  steps:
60
60
  - name: Checkout repository
61
61
  uses: actions/checkout@v6
@@ -79,8 +79,7 @@ jobs:
79
79
 
80
80
  - name: Commit changes
81
81
  id: commit
82
- uses: EndBug/add-and-commit@v10
82
+ uses: apify/actions/signed-commit@v1.0.0
83
83
  with:
84
- author_name: Apify Release Bot
85
- author_email: noreply@apify.com
86
84
  message: 'chore(release): Update changelog and package version [skip ci]'
85
+ github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -3,14 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
  <!-- git-cliff-unreleased-start -->
6
- ## 0.7.2 - **not yet released**
6
+ ## 0.8.1 - **not yet released**
7
+
8
+ ### 🐛 Bug Fixes
9
+
10
+ - Use long commit SHA in release workflow [internal] ([#86](https://github.com/apify/apify-test-tools/pull/86)) ([123a8d0](https://github.com/apify/apify-test-tools/commit/123a8d008f730c1cf4a144e4a5367ad4075ee232)) by [@fnesveda](https://github.com/fnesveda)
11
+
12
+
13
+ <!-- git-cliff-unreleased-end -->
14
+ ## [0.8.0](https://github.com/apify/apify-test-tools/releases/tag/v0.8.0) (2026-05-12)
7
15
 
8
16
  ### 🚀 Features
9
17
 
10
18
  - Option to use docker cache on all builds ([#83](https://github.com/apify/apify-test-tools/pull/83)) ([33f518a](https://github.com/apify/apify-test-tools/commit/33f518a70e753649d4ad730d33cfc7b5ed8cc5af)) by [@metalwarrior665](https://github.com/metalwarrior665)
11
19
 
12
20
 
13
- <!-- git-cliff-unreleased-end -->
14
21
  ## [0.7.1](https://github.com/apify/apify-test-tools/releases/tag/v0.7.1) (2026-04-27)
15
22
 
16
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-test-tools",
3
- "version": "0.7.2-beta.0",
3
+ "version": "0.8.1-beta.0",
4
4
  "type": "module",
5
5
  "description": "TBD",
6
6
  "repository": {