Skip to content

Commit

Permalink
Update changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 14, 2020
1 parent 1d4633f commit a58b1a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: "✏️ Generate changelog"
id: generate-changelog
if: runner.os == 'Linux'
uses: heinrichreimer/action-github-changelog-generator@a1e31854
uses: heinrichreimer/action-github-changelog-generator@ca3cde0
with:
sinceTag: "'$(git describe --tags $(git rev-list --tags --skip=1 --max-count=1))'"
onlyLastTag: "true"
- name: "📤 Upload changelog"
uses: actions/upload-artifact@v1.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: txt
description: Simple text editor/notepad with cloud sync.

version: 0.1.0-alpha3+1
version: 0.1.0-alpha4+1

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit a58b1a7

Please sign in to comment.