mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
use default registry
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const createSnapshotVersion = (baseVersion) => {
|
||||
const createSnapshotVersion = () => {
|
||||
const date = new Date();
|
||||
const year = date.getFullYear();
|
||||
const month = date.getMonth().toString().padStart(2, "0");
|
||||
|
||||
Reference in New Issue
Block a user