Skip to content

Commit

Permalink
ENG-1235: Added more info to module docstring, about release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Aug 22, 2024
1 parent e1b7666 commit 028ebf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
- creates a new changelog section in CHANGELOG.mdx based on all collected changes
- increases the version number
- pushes the new branch to GitHub
- Tags the release and pushes tag to GitHub
When run with `--tag`:
- tags the current commit with the version number found in the version module
- and pushes the tag to GitHub.
"""

import argparse
Expand Down

0 comments on commit 028ebf6

Please sign in to comment.