Add package.json version handling #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want the update version script to also update an optional
package.jsonversion value and not onlyconfig/app.phpversion array value.The package.json uses semver as well but does not always prefix the version with „v“.
Add package.json version habdlingto Add package.json version handling