Skip to content

Commit 8012b2a

Browse files
committed
πŸ‘©β€πŸ« mommy explains the release process even more~
1 parent 7667be2 commit 8012b2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

β€ŽREADME.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ see [mommy](https://github.com/FWDekker/mommy) for installation instructions~
2222
(note: you can **locally** run `./update.sh <commit>` to make the build script build `mommy#<commit>`)
2323

2424
#### πŸ” where should i push my changes?
25+
> ⚠️ below, we will be comparing branches across different repos!
26+
>
27+
> `mommy#dev` is not `aur-mommy#dev`!
28+
2529
if your change...
2630
* **works for both `mommy#main` and `mommy#dev`**
2731
_(e.g. fixing a typo.)_
@@ -42,7 +46,8 @@ the release process is fully automatic.
4246
no human intervention required.
4347
below is a brief summary of how it works~
4448

45-
when `mommy#main` is pushed to, [its cd action](https://github.com/FWDekker/mommy/blob/main/.github/workflows/cd.yml)
49+
when a new [mommy](https://github.com/FWDekker/mommy) release is created,
50+
[its cd action](https://github.com/FWDekker/mommy/blob/main/.github/workflows/cd.yml)
4651
1. merges `aur-mommy#dev` into `aur-mommy#master`
4752
2. runs [`update.sh`](https://github.com/FWDekker/aur-mommy/blob/master/update.sh) on `aur-mommy#master` to bump version
4853
info,

0 commit comments

Comments
Β (0)