Skip to content

Commit ea5c7a9

Browse files
author
maxime.dubourg
committed
chore: update contributions instructions in README + bump to 2.0.0
1 parent c4624c7 commit ea5c7a9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ layout: thank-you
114114
<p>📬 maxime.dubourg@ekino.com</p>
115115
<p>📞 +33 1 23 45 67 89</p>
116116
</SpeakerCard>
117-
118117
```
119118

120119
### Available components
@@ -154,6 +153,10 @@ To begin, just clone the project locally. Once you're set and ready to merge you
154153

155154
1. Bump the `version` field in `package.json`
156155

157-
2. Commit the changes and push it to `master`
156+
2. Commit the changes and push it to `main`
157+
158+
3. Create and push a tag that matches the bumped `version`
159+
160+
4. Create a release with changelog on GitHub
158161

159-
3. Run `pnpm publish`
162+
5. Run `pnpm publish`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ekino/slidev-theme-ekino",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"keywords": [
66
"slidev-theme",

0 commit comments

Comments
 (0)