Skip to content

Commit

Permalink
DOC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Nov 16, 2024
1 parent d31ac16 commit f7e17f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ git tag <tag_name> -a //an example tag number would be 1.0.3
# the description should be 'Beamtime <Month> <Day> <Year>'
# push tag <tag_name>
git push origin tag
git push origin <tag_name>
```

* lastly, use a pull request to merge _main_ into `development`
* this is kinda sloppy, but seems like easy enough 'reset' things after beamtime
* this is kinda sloppy, but seems like easy enough 'reset' things after beamtime

0 comments on commit f7e17f4

Please sign in to comment.