- Publish the code:
```
-git push origin master --follow-tags
-git push github master --follow-tags
+git push origin main --follow-tags
+git push github main --follow-tags
```
- Produce the release archive:
## History<a name="pinnacle-history" href="#user-content-pinnacle-history"></a>
-### master (not yet released)<a name="pinnacle-master-not-yet-released" href="#user-content-pinnacle-master-not-yet-released"></a>
+### main (not yet released)<a name="pinnacle-main-not-yet-released" href="#user-content-pinnacle-main-not-yet-released"></a>
- Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
- Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()` is equivalent to `pinnacle#italicize()` etc).
" - Publish the code:
"
" ```
-" git push origin master --follow-tags
-" git push github master --follow-tags
+" git push origin main --follow-tags
+" git push github main --follow-tags
" ```
"
" - Produce the release archive:
"
" # History
"
-" ## master (not yet released)
+" ## main (not yet released)
"
" - Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
" - Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()`
<
- Publish the code:
>
- git push origin master --follow-tags
- git push github master --follow-tags
+ git push origin main --follow-tags
+ git push github main --follow-tags
<
- Produce the release archive:
>
HISTORY *pinnacle-history*
-master (not yet released) ~
+main (not yet released) ~
- Teach `pinnacle#decorate()` to accept a comma-separated list of styles.
- Add alternative Lua-based API (eg. `require'wincent.pinnacle'.italicize()`