Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 52e113d

Browse files
committed
ci: fetch history and tags when releasing, fixes changelog
1 parent 9eb3555 commit 52e113d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
19+
1720
- name: Setup node
1821
uses: actions/setup-node@v2
1922
with:

sbin/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
next_tag = f"v{next_version}"
4141

4242
# Generate new commit
43-
print(" - Update versions")
43+
print(f" - Update versions to {next_version}")
4444
utils.cmd(["yarn", "workspaces", "foreach", "version", "--deferred", next_version])
4545
utils.cmd(["yarn", "version", "apply", "--all"])
4646

0 commit comments

Comments
 (0)