1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore: build dist (#696)

Build dist PR
This commit is contained in:
Google GitHub Actions Bot
2023-01-18 15:13:12 -05:00
committed by GitHub
parent 71b00c33df
commit a57fbf26b0

5
dist/index.js vendored
View File

@@ -94225,6 +94225,9 @@ class GemfileLock extends default_1.DefaultUpdater {
* @returns {string} The updated content
*/
updateContent(content) {
if (!this.gemName) {
return content;
}
// Bundler will convert 1.0.0-alpha1 to 1.0.0.pre.alpha1, so we need to
// do the same here.
const versionString = (0, common_1.resolveRubyGemfileLockVersion)(this.version.toString());
@@ -120948,7 +120951,7 @@ module.exports = {};
/***/ ((module) => {
"use strict";
module.exports = {"i8":"15.1.1"};
module.exports = {"i8":"15.1.2"};
/***/ }),