File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ see [mommy](https://github.com/FWDekker/mommy) for installation instructions~
22
22
(note: you can ** locally** run ` ./update.sh <commit> ` to make the build script build ` mommy#<commit> ` )
23
23
24
24
#### π 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
+
25
29
if your change...
26
30
* ** works for both ` mommy#main ` and ` mommy#dev ` **
27
31
_ (e.g. fixing a typo.)_
@@ -42,7 +46,8 @@ the release process is fully automatic.
42
46
no human intervention required.
43
47
below is a brief summary of how it works~
44
48
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 )
46
51
1 . merges ` aur-mommy#dev ` into ` aur-mommy#master `
47
52
2 . runs [ ` update.sh ` ] ( https://github.com/FWDekker/aur-mommy/blob/master/update.sh ) on ` aur-mommy#master ` to bump version
48
53
info,
You canβt perform that action at this time.
0 commit comments