Skip to content

Commit

Permalink
Merge pull request #113 from mathesar-foundation/rm_unnecessary_command
Browse files Browse the repository at this point in the history
Remove command for updating version in pyproject.toml for release
  • Loading branch information
seancolsen authored May 6, 2024
2 parents 03f9e0c + 88d28f0 commit e791829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/release/cutting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ When we "cut" a release, we _begin_ the process of making a release. (This is no
1. **Update version numbers**

```sh
sed -i "s/^version =.*\$/version = \"$VERSION\"/" pyproject.toml
sed -i "s/^__version__ =.*\$/__version__ = \"$VERSION\"/" mathesar/__init__.py
sed -i "s/^ mathesar_version:.*\$/ mathesar_version: $VERSION/" docs/mkdocs.yml
git commit -a -m "Update version numbers to $VERSION"
Expand Down

0 comments on commit e791829

Please sign in to comment.