Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: build dist (#898)
Browse files Browse the repository at this point in the history
Build dist PR
  • Loading branch information
google-github-actions-bot committed Dec 7, 2023
1 parent 2463dad commit 6908db2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -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"};

/***/ }),

Expand Down

0 comments on commit 6908db2

Please sign in to comment.