mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 08:41:34 +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.
|
// PHP Specific.
|
||||||
const root_composer_update_packages_1 = __nccwpck_require__(45175);
|
const root_composer_update_packages_1 = __nccwpck_require__(45175);
|
||||||
const base_1 = __nccwpck_require__(95081);
|
const base_1 = __nccwpck_require__(95081);
|
||||||
|
const default_1 = __nccwpck_require__(69995);
|
||||||
const CHANGELOG_SECTIONS = [
|
const CHANGELOG_SECTIONS = [
|
||||||
{ type: 'feat', section: 'Features' },
|
{ type: 'feat', section: 'Features' },
|
||||||
{ type: 'fix', section: 'Bug Fixes' },
|
{ type: 'fix', section: 'Bug Fixes' },
|
||||||
@@ -63318,6 +63319,14 @@ class PHP extends base_1.BaseStrategy {
|
|||||||
versionsMap,
|
versionsMap,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
// update VERSION file
|
||||||
|
updates.push({
|
||||||
|
path: this.addPath('VERSION'),
|
||||||
|
createIfMissing: false,
|
||||||
|
updater: new default_1.DefaultUpdater({
|
||||||
|
version,
|
||||||
|
}),
|
||||||
|
});
|
||||||
return updates;
|
return updates;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -116147,7 +116156,7 @@ module.exports = {"i8":"4.3.0"};
|
|||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
module.exports = {"i8":"16.3.1"};
|
module.exports = {"i8":"16.4.0"};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user