Skip to content

Commit

Permalink
Merge pull request #14 from microsoft/user/lemccomb/auto-release
Browse files Browse the repository at this point in the history
testing to see if I can trick the semver action into working by supplying the expected string in a commit message
  • Loading branch information
lemccomb committed Sep 7, 2023
1 parent 6f4fc2b commit bd0af42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:

- name: Get merge message
run: |
echo "Try gettting the merge message from git log."
git log -1 --pretty=format:\"%s\"
echo "Merge message is ${{ github.event.head_commit.message }}"
echo "Merge message from env is ${{ github.event.head_commit.message }}"
# Create a semantically versioned tag using lastTag-COMMIT_COUNT-COMMIT_HASH, e.g., 1.2.3-32-hashvalue unless a new tag has been created manually.
# - name: Create SemVer tag
Expand Down

0 comments on commit bd0af42

Please sign in to comment.