From 492efe4406deff4d5ca43ab4b153140accd51fe2 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Fri, 2 Feb 2024 11:18:56 -0500 Subject: [PATCH] Update RELEASING.rst --- RELEASING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.rst b/RELEASING.rst index ab7cc52..c1de118 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -6,6 +6,6 @@ Releasing * Update ``CHANGELOG.rst`` with today's date. * Commit: ``git add . && git commit -m "Bump version and update changelog"`` * Tag: ``git tag x.y.z`` -* Push (this will trigger a release to PyPI): ``git push --tags origin dev`` +* Push (this will trigger a release to PyPI): ``git push --tags origin main`` * Run homebrew release script to send PR to homebrew-core: ``./release_homebrew.sh https://files.pythonhosted.org/packages/8c/41/b08e2883c256d52f63f00f622cf8a33d3bf36bb5714af337e67476f8b3fe/doitlive-x.y.z.tar.gz``