Increase prerelase number for NPM packages
parent
99bc44aeea
commit
8745d31cad
|
|
@ -174,7 +174,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<!-- <execution>
|
||||
<id>npm publish</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
<configuration>
|
||||
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</execution> -->
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<!-- <execution>
|
||||
<id>npm publish</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
<configuration>
|
||||
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</execution> -->
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@libreccm/ccm-static-theme-index-builder",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-0",
|
||||
"type": "module",
|
||||
"main": "target/dist/StaticThemeIndexBuilder.js",
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -104,6 +104,18 @@
|
|||
<arguments>login -userconfig ../libreccm.npmrc -scope=@libreccm -registry=https://git.libreccm.org/api/packages/libreccm/npm/</arguments>
|
||||
</configuration>
|
||||
</execution> -->
|
||||
<execution>
|
||||
<id>npm increase snapshot version</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
|
||||
<phase>deploy</phase>
|
||||
|
||||
<configuration>
|
||||
<arguments>version --userconfig ../libreccm.npmrc prerelease</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>npm publish</id>
|
||||
<goals>
|
||||
|
|
@ -113,7 +125,7 @@
|
|||
<phase>deploy</phase>
|
||||
|
||||
<configuration>
|
||||
<arguments>publish --force --userconfig ../libreccm.npmrc</arguments>
|
||||
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue