mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 19:21:13 +02:00
committed by
GitHub
parent
2463dad9b2
commit
6908db2720
11
dist/index.js
vendored
11
dist/index.js
vendored
@@ -63277,6 +63277,7 @@ const changelog_1 = __nccwpck_require__(3325);
|
||||
// PHP Specific.
|
||||
const root_composer_update_packages_1 = __nccwpck_require__(45175);
|
||||
const base_1 = __nccwpck_require__(95081);
|
||||
const default_1 = __nccwpck_require__(69995);
|
||||
const CHANGELOG_SECTIONS = [
|
||||
{ type: 'feat', section: 'Features' },
|
||||
{ type: 'fix', section: 'Bug Fixes' },
|
||||
@@ -63318,6 +63319,14 @@ class PHP extends base_1.BaseStrategy {
|
||||
versionsMap,
|
||||
}),
|
||||
});
|
||||
// update VERSION file
|
||||
updates.push({
|
||||
path: this.addPath('VERSION'),
|
||||
createIfMissing: false,
|
||||
updater: new default_1.DefaultUpdater({
|
||||
version,
|
||||
}),
|
||||
});
|
||||
return updates;
|
||||
}
|
||||
}
|
||||
@@ -116147,7 +116156,7 @@ module.exports = {"i8":"4.3.0"};
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = {"i8":"16.3.1"};
|
||||
module.exports = {"i8":"16.4.0"};
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user