Skip to content

Commit

Permalink
Create changelog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE authored Sep 21, 2023
1 parent 7c535f6 commit ddbd697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

git pull origin --tags
git log --pretty=format:"%h %s" --no-merges $(git describe --tags --abbrev=0)..HEAD

0 comments on commit ddbd697

Please sign in to comment.