Skip to content

Commit

Permalink
Versioning and build: minor improvements to doc and script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Jan 10, 2025
1 parent b4af0ff commit 337a6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd mlte/frontend/nuxt-app && npm run build
cd ../../../
poetry build

twine check dist/*
poetry run twine check dist/*
6 changes: 1 addition & 5 deletions docs/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,7 @@ Bumping the version for a new release can be accomplished with:
$ bumpversion patch
```

where `patch` may be replaced with `minor` or `major` as appropriate for the release. You may need to use:

```bash
$ bumpversion --allow-dirty patch
```
where `patch` may be replaced with `minor` or `major` as appropriate for the release. Be sure to have no other pending changes or this may fail. Also, bupmversion will change all instances of the current version to the new one in the files it has been configured to do so, so if you have other text in these files which happens to match the current version, it will be incorrectly changed. Manually inspect changes after running this tool, and discard any incorrect ones.

### Publishing

Expand Down

0 comments on commit 337a6cc

Please sign in to comment.