Skip to content

Commit 35ddc30

Browse files
feat: v4
1 parent 3a306c1 commit 35ddc30

3 files changed

Lines changed: 8 additions & 47 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,6 @@ on:
55
tags:
66
- 'v*'
77

8-
# on:
9-
# workflow_dispatch:
10-
11-
# jobs:
12-
# build:
13-
# name: 'Create Release'
14-
# runs-on: ubuntu-latest
15-
# steps:
16-
# - uses: actions/checkout@v3
17-
# - uses: CSchoel/release-notes-from-changelog@v1.3.0
18-
# with:
19-
# version: 0.2.0
20-
# - name: Create Release using GitHub CLI
21-
# env:
22-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
# run: >
24-
# gh release create
25-
# -d
26-
# -F RELEASE.md
27-
# -t "Version $RELEASE_VERSION"
28-
# ${GITHUB_REF#refs/*/}
29-
308
jobs:
319
build:
3210
name: 'Create Release'
@@ -39,7 +17,6 @@ jobs:
3917
run: |
4018
chmod +x extract-changelog.sh
4119
./extract-changelog.sh
42-
cat RELEASE.md
4320
4421
- name: Create Release
4522
id: create_release
@@ -50,27 +27,5 @@ jobs:
5027
tag_name: ${{ github.ref }}
5128
release_name: Release ${{ github.ref }}
5229
body_path: RELEASE.md
53-
draft: true
30+
draft: false
5431
prerelease: false
55-
# jobs:
56-
# build:
57-
# name: Create Release
58-
# runs-on: ubuntu-latest
59-
# steps:
60-
# - name: Checkout code
61-
# uses: actions/checkout@v3
62-
63-
# - name: Create Release
64-
# id: create_release
65-
# uses: actions/create-release@v1
66-
# env:
67-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
# with:
69-
# tag_name: ${{ github.ref }}
70-
# release_name: Release ${{ github.ref }}
71-
# body: |
72-
# Changes in this Release
73-
# - First Change
74-
# - Second Change
75-
# draft: false
76-
# prerelease: false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.0] - 2024-02-22
9+
10+
### Test final
11+
12+
Example final
13+
814
## [0.3.0] - 2024-02-22
915

1016
### Test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastlanee",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)