Skip to content

Commit

Permalink
Clean work (#2549)
Browse files Browse the repository at this point in the history
* delete useless dir

* try to fix chronus

* update readme.md
  • Loading branch information
msyyc authored Apr 28, 2024
1 parent 1d708d1 commit 7f49cc2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pnpm clean

Branch `publish/auto-release` should be automatically updated with the latest changelog. Give it 5min after merging a PR or check the status of the [Release action](https://github.com/Azure/autorest.python/actions/workflows/prepare-auto-release-branch.yml)

Then go to https://github.com/Azure/autorest.python/pull/new/publish/auto-release and create this PR. After PR created, please update `Minor Changes`/`Patch Changes` of changelog with existing items `New Features`/`Bug Fixes`/`Other Changes`.
Then go to https://github.com/Azure/autorest.python/pull/new/publish/auto-release and create this PR.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions eng/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { execSync } from "child_process";

const branchName = "publish/auto-release";

execSync(`pnpm changeset version`);
execSync(`pnpm chronus version`);
const stdout = execSync(`git status --porcelain`).toString();

if (stdout.trim() !== "") {
Expand All @@ -16,7 +16,7 @@ if (stdout.trim() !== "") {
console.log();
console.log("-".repeat(160));
console.log("| Link to create the PR");
console.log(`| https://github.com/Azure/cadl-ranch/pull/new/${branchName} `);
console.log(`| https://github.com/Azure/autorest.python/pull/new/${branchName} `);
console.log("-".repeat(160));
} else {
console.log("No changes to publish");
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7f49cc2

Please sign in to comment.