Skip to content

Commit

Permalink
chore: changes maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Jul 22, 2024
1 parent 796e46d commit a9f18f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changes.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "message": "chore(release): release new version", "changes": {} }
{"message":"chore(release): release new version","changes":{"feature/action-changes":[{"package":"@scope/package-a","release_as":"Minor","deploy":["int"]}]}}
14 changes: 11 additions & 3 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { getChangedPackages } from '@websublime/workspace-tools';
import { log } from './test.mjs';
import {
getChangedPackages,
addChange,
Bump,
} from "@websublime/workspace-tools";
import { log } from "./test.mjs";

log(getChangedPackages('main', process.cwd()));
addChange(
{ deploy: ["int"], package: "@scope/package-a", releaseAs: Bump.Minor },
process.cwd(),
);
log(getChangedPackages("main", process.cwd()));

0 comments on commit a9f18f8

Please sign in to comment.