Skip to content

Commit

Permalink
docs: 릴리즈 노트 업데이트
Browse files Browse the repository at this point in the history
## 수정내용
- master 머지될때 Firebase AppTester 배포 및 릴리즈 생성 되도록 변경
- 기존에 create-release 유지보수 안되는 GitAction 변경 (ncipollo/release-action 변경)
- 릴리즈 생성시 Tag명은 날짜로 표시하도록 처리
  • Loading branch information
sieunju committed Jul 14, 2024
1 parent 423ef3e commit e9bf209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
./gradlew generateReleaseNote
RELEASE_BODY=$(sed -n '2,$p' appRelease/release_note.txt | less)
echo "val=${RELEASE_BODY}" >> "$GITHUB_OUTPUT"
# RELEASE_BODY="${RELEASE_BODY//'%'/'%25'}"
# RELEASE_BODY="${RELEASE_BODY//$'\n'/'%0A'}"
# RELEASE_BODY="${RELEASE_BODY//$'\r'/'%0D'}"
- name: SetUp Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -66,6 +62,10 @@ jobs:

steps:


# RELEASE_BODY="${RELEASE_BODY//'%'/'%25'}"
# RELEASE_BODY="${RELEASE_BODY//$'\n'/'%0A'}"
# RELEASE_BODY="${RELEASE_BODY//$'\r'/'%0D'}"
# echo "code=$(grep versionCode buildSrc/src/main/java/Dependencies.kt | awk '{print $5}')" >> "$GITHUB_OUTPUT"
# echo "name=$(grep versionName buildSrc/src/main/java/Dependencies.kt | awk '{print $5}')" >> "$GITHUB_OUTPUT"
# echo "title=$(sed -n -e '1,1p' appRelease/release_note.txt)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e9bf209

Please sign in to comment.