Skip to content

Commit 534c50b

Browse files
authored
release(audit-RC): cut 2.6.0-rc.7 (freeze in preview) (#98)
1 parent f0c573d commit 534c50b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

SOP.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ git commit -m "<tipe>(<lingkup>): <deskripsi-singkat>"
170170
```bash
171171
git checkout preview
172172
git pull --ff-only
173-
174173
git branch -d <tipe>/<kata-kunci>
175174
# Hapus di lokal.
176175

@@ -221,6 +220,8 @@ Akan selalu ada **tugas terakhir** (task audit-RC); menutup pintu dapur, mencata
221220
git push -u origin release/audit-rc-X.Y.Z
222221
# Setara dengan:
223222
# git push --set-upstream origin release/audit-rc-X.Y.Z
223+
# Jika mengulangi, gunakan:
224+
# git push origin release/audit-rc-X.Y.Z
224225
```
225226

226227
6. Buat PR dari **cabang audit-RC** ke `preview`:
@@ -238,6 +239,7 @@ Akan selalu ada **tugas terakhir** (task audit-RC); menutup pintu dapur, mencata
238239

239240
```bash
240241
git checkout release/audit-rc-X.Y.Z
242+
git pull --ff-only
241243
git reset --hard origin/preview
242244
# Samakan SHA & riwayat, dinolkan selisihnya.
243245

@@ -254,6 +256,8 @@ Akan selalu ada **tugas terakhir** (task audit-RC); menutup pintu dapur, mencata
254256
9. Hapus **cabang audit-RC**:
255257

256258
```bash
259+
git checkout preview
260+
git pull --ff-only
257261
git branch -d release/audit-rc-X.Y.Z
258262
# Hapus di lokal.
259263

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pabrikroti",
3-
"version": "2.6.0-rc.6",
3+
"version": "2.6.0-rc.7",
44
"private": true,
55
"description": "The Breads Factory is a factory that produces Programmed Bread (tokenized assets) with a Framework of Playing, Learning, and Working or PLW. Here's what's trying to be provided and built in...",
66
"author": "Prof. NOTA",

0 commit comments

Comments
 (0)