Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/vscode-bump
Bump your project's version and update the changelog. Opinionated but configurable.
https://github.com/fabiospampinato/vscode-bump
bump changelog extension version vscode
Last synced: 4 days ago
JSON representation
Bump your project's version and update the changelog. Opinionated but configurable.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-bump
- Owner: fabiospampinato
- License: mit
- Archived: true
- Created: 2017-09-09T02:30:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T17:06:07.000Z (about 1 year ago)
- Last Synced: 2024-09-22T16:16:37.582Z (about 2 months ago)
- Topics: bump, changelog, extension, version, vscode
- Language: TypeScript
- Size: 712 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
- awesome-starred-test - fabiospampinato/vscode-bump - Bump your project's version and update the changelog. Opinionated but configurable. (TypeScript)
README
# Bump
> This is just a front-end for [bump](https://github.com/fabiospampinato/bump), which you must **install** on your system. Read its readme to learn how to configure it.
Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
## Install
Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-bump), or run the following in the command palette:
```shell
ext install fabiospampinato.vscode-bump
```## Usage
It adds 6 commands to the command palette:
```js
Bump // Executes `bump`
Bump: Version // Executes `bump version`
Bump: Changelog // Executes `bump changelog`
Bump: Commit // Executes `bump commit`
Bump: Tag // Executes `bump tag`
Bump: Release // Executes `bump release`
```## Settings
```js
{
"bump.terminal": false // Execute the bump command in a new terminal
}
```## Contributing
If you found a problem, or have a feature request, please open an [issue](https://github.com/fabiospampinato/vscode-bump/issues) about it.
If you want to make a pull request you can debug the extension using [Debug Launcher](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-debug-launcher).
## License
MIT © Fabio Spampinato