Skip to content

Commit 43eba1a

Browse files
committed
chore(build): update build timestamp
1 parent 874c26f commit 43eba1a

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

dist/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Taj <[email protected]>
77
* Homepage: https://github.com/taj54/universal-version-bump#readme
88
* License: MIT
9-
* Generated on Sat, 30 Aug 2025 14:27:57 GMT
9+
* Generated on Mon, 01 Sep 2025 12:51:16 GMT
1010
*/
1111
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1212
/******/ var __webpack_modules__ = ({
@@ -32798,6 +32798,11 @@ async function initializeServices() {
3279832798
}
3279932799
async function run() {
3280032800
try {
32801+
console.log('RELEASE_TYPE:', config_1.RELEASE_TYPE);
32802+
console.log('TARGET_PLATFORM:', config_1.TARGET_PLATFORM);
32803+
console.log('GIT_TAG:', config_1.GIT_TAG);
32804+
console.log('TARGET_PATH:', config_1.TARGET_PATH);
32805+
console.log('BUMP_TARGETS:', config_1.BUMP_TARGETS);
3280132806
process.chdir(config_1.TARGET_PATH);
3280232807
const releaseType = config_1.RELEASE_TYPE;
3280332808
const targetPlatform = config_1.TARGET_PLATFORM;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ async function initializeServices() {
2929

3030
export async function run() {
3131
try {
32+
console.log('RELEASE_TYPE:', RELEASE_TYPE);
33+
console.log('TARGET_PLATFORM:', TARGET_PLATFORM);
34+
console.log('GIT_TAG:', GIT_TAG);
35+
console.log('TARGET_PATH:', TARGET_PATH);
36+
console.log('BUMP_TARGETS:', BUMP_TARGETS);
37+
3238
process.chdir(TARGET_PATH);
3339
const releaseType = RELEASE_TYPE;
3440
const targetPlatform = TARGET_PLATFORM;

0 commit comments

Comments
 (0)