Skip to content

Commit ab6be75

Browse files
committed
More tuning
1 parent d1beedc commit ab6be75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,12 @@ git commit -a -m 'Docs v<major>.<minor>.<patch>'
3939
git push --set-upstream origin v<major>.<minor>.<patch>
4040
```
4141

42+
You should then merge the versioned docs back into `main`:
43+
44+
```
45+
git switch main
46+
git merge v<major>.<minor>.<patch>
47+
```
48+
4249
### Adding Publications
4350
To add a new publication, add a new entry to `src/components/Publications/copypasta.tsx` file and to the `src/components/Publications/citations.bib` file.

0 commit comments

Comments
 (0)