donder-release-cli 1.5.1 → 1.5.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,4 @@ donder-release --help
32
32
 
33
33
  - Footer links support
34
34
  - Add documentation
35
- - Add tests
36
- - Add CI
37
35
  - Add support to other git providers(?)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donder-release-cli",
3
- "version": "1.5.1",
3
+ "version": "1.5.3-beta.1",
4
4
  "description": "Quickly create releases on Github from the command line or CI using conventional commits.",
5
5
  "repository": {
6
6
  "type": "git",