Comparing version 0.0.1 to 0.0.2
@@ -8,3 +8,3 @@ import execa from 'execa'; | ||
export const writeCommitsTags = async (bumps, gitOptions) => { | ||
for (const [nsName, bump] of Object.entries(bumps)) { | ||
for (const [nsName, bump] of Object.entries(bumps).reverse()) { | ||
const name = removeNamespace(nsName, gitOptions.namespace); | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@auto/git", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5630