Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 15, 2022
1 parent 7e304cd commit 57205f5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 34 deletions.
3 changes: 0 additions & 3 deletions 404.md

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -25,10 +25,6 @@ Forked from [`version-bump-prompt`](https://github.com/JS-DevTools/version-bump-
[![License](https://img.shields.io/npm/l/@jsdevtools/version-bump-prompt.svg)](LICENSE)
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://plant.treeware.earth/JS-DevTools/version-bump-prompt)

![Screenshot](https://jstools.dev/version-bump-prompt/img/screenshot.gif)



### Automate your release process with a single command that can:

- Prompt for the type of version bump
Expand Down
26 changes: 0 additions & 26 deletions _config.yml

This file was deleted.

Binary file removed img/screenshot.gif
Binary file not shown.
Binary file removed img/screenshot.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/release-type.ts
Expand Up @@ -5,7 +5,7 @@ export { ReleaseType };
/**
* The different types of pre-releases.
*/
export const prereleaseTypes: ReleaseType[] = ["prerelease"];
export const prereleaseTypes: ReleaseType[] =["premajor", "preminor", "prepatch", "prerelease"];

/**
* All possible release types.
Expand Down

0 comments on commit 57205f5

Please sign in to comment.