Skip to content

Commit eca53e7

Browse files
authored
ci: release version (#192)
* fix release version * more logs
1 parent 3effc5f commit eca53e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/scripts/before-beta-release.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const pkgJson = require(PKG_JSON_PATH); // eslint-disable-line import/no-dynamic
88

99
const PACKAGE_NAME = pkgJson.name;
1010
const VERSION = pkgJson.version;
11+
console.log(`before-deploy: Current version is ${VERSION}`); // eslint-disable-line no-console
1112

1213
const nextVersion = getNextVersion(VERSION);
1314
console.log(`before-deploy: Setting version to ${nextVersion}`); // eslint-disable-line no-console

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ All notable changes to this project will be documented in this file.
1111

1212

1313
<!-- git-cliff-unreleased-end -->
14-
## [0.2.16](https://github.com/apify/actors-mcp-server/releases/tag/v0.2.16) (2025-07-24)
14+
15+
## [0.3.1](https://github.com/apify/actors-mcp-server/releases/tag/v0.3.1) (2025-07-24)
1516

1617
### 🚀 Features
1718

0 commit comments

Comments
 (0)