Skip to content

Commit bffaf72

Browse files
committed
chore: bump version to 0.1.5 and update changelog generation
1 parent ce82d65 commit bffaf72

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,12 @@ jobs:
4545
fetch-depth: 0
4646
lfs: true
4747

48-
- name: Find latest stable tag
49-
id: latest_stable_tag
50-
run: |
51-
LATEST_TAG=$(git tag --sort=-creatordate | grep -v "-" | head -n1)
52-
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
53-
5448
- name: Generate changelog
5549
id: git-cliff
5650
uses: orhun/git-cliff-action@v4
5751
with:
5852
config: cliff.toml
59-
args: ${{ format('{0}..HEAD --strip all', env.LATEST_TAG) }}
53+
args: "--latest --strip all"
6054
env:
6155
OUTPUT: CHANGES.md
6256
GITHUB_REPO: ${{ github.repository }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggl-js/expo-github-cache",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"description": "A Expo build cache using GitHub as a storage backend.",
66
"keywords": ["expo", "cache", "github", "build", "eas"],

0 commit comments

Comments
 (0)