File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
308jobs :
319 build :
3210 name : ' Create Release'
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
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
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments