mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
use default registry
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
"scm-ui/*",
|
||||
"scm-plugins/*"
|
||||
],
|
||||
"command": {
|
||||
"publish": {
|
||||
"registry": "http://localhost:4873"
|
||||
}
|
||||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "2.0.0-SNAPSHOT"
|
||||
|
||||
@@ -72,6 +72,19 @@
|
||||
<skip>${skipTests}</skip>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!--
|
||||
TODO pass version to deploy script
|
||||
<execution>
|
||||
<id>deploy</id>
|
||||
<phase>deploy</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<script>deploy</script>
|
||||
</configuration>
|
||||
</execution>
|
||||
-->
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
@@ -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