Skip to content

Commit

Permalink
Update changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed May 23, 2024
1 parent 0ab3e0c commit 6a629c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/changelog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

m_branch=m;
changelog_file=CHANGELOG.md;

# fetch master since we might be in a shallow clone
git fetch origin "$m_branch:$m_branch" --depth=1
Expand Down

0 comments on commit 6a629c5

Please sign in to comment.