Skip to content

Commit

Permalink
release for 1.2.9.beta14
Browse files Browse the repository at this point in the history
  • Loading branch information
jixu.hjx committed Jan 25, 2021
1 parent c52c3e3 commit ac3fa0f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ jobs:
run: bash .travis/sparkle_keys.sh
- name: Show appcast.xml
run: cat appcast.xml
- name: Create Release
if: startsWith(github.ref, 'refs/tags')
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Upload Release Assets
uses: alexellis/[email protected]
if: startsWith(github.ref, 'refs/tags')
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["Clipy.app.zip", "appcast.xml", ".tmp/*.delta"]'
test:
runs-on: macOS-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## NEXT RELEASE
- TODO

## 1.2.9.beta14
- upgrade dependecies (use swift packages instead of carthage)

## 1.2.9.beta13
- #37, #51 Clear History" disabled in 1.2.9 beta 12
- #50 Use macOS native folder icon for folder and lock icon for pinned items
Expand Down
4 changes: 2 additions & 2 deletions Clipy/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.9.beta13</string>
<string>1.2.9.beta14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.9.beta13</string>
<string>1.2.9.beta14</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit ac3fa0f

Please sign in to comment.