You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ If you are a plugin user looking to report a problem with a plugin to the develo
15
15
- Run in GUI or headless mode
16
16
- Validation is performed in a separate process to avoid crashing
17
17
18
+
### Funding
19
+
pluginval is a free, open source project but supporting it via funding is a great way to show your appreciation for it, speed up development and influence the [roadmap](ROADMAP.md).
20
+
21
+
See [FUNDING.md](FUNDING.md) for more details and the bottom of this file for a list of our diamond sponsors.
18
22
19
23
### Installation
20
24
@@ -101,6 +105,30 @@ If you would like to contribute to the project please do! It's very simple to ad
101
105
102
106
If you have a case you would like tests, please simply write the test in a fork and create a pull request. The more tests the better!
103
107
108
+
### Cutting New Releases
109
+
110
+
* Update VERSION (an extra newline is fine)
111
+
* Update CHANGELIST.md
112
+
* `git commit -am "Version 1.0.5"`
113
+
* `git tag -a v1.0.5 -m "1.0.5 release"`
114
+
* `git push --tags`
115
+
116
+
## Roadmap
117
+
Find more information on what's in the pipeline for pluginval [here](ROADMAP.md).
118
+
119
+
## Sponsors
120
+
Thanks to all those who sponsor pluginval's development and a special thanks to those at the diamond level:
121
+
122
+
[💎 The Audio Programmer](https://theaudioprogrammer.com/?utm_source=pluginval)
0 commit comments