Skip to content

Commit 522cfd1

Browse files
committed
Docs about making tags
1 parent 39d7cb7 commit 522cfd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,17 @@ flow. Once complete, you can run `gh auth token` to get your GitHub API token.
124124

125125
## How to develop
126126

127+
### Creating a tag
128+
129+
Update `VERSION` in [version.rb](./lib/project_pull_mover/version.rb).
130+
131+
```sh
132+
git tag v0.0.x main # use the same version as in `VERSION`
133+
git push origin tag v0.0.x
134+
```
135+
136+
This will trigger a workflow that builds the gem and creates a new release.
137+
127138
### Building the gem
128139

129140
```sh

0 commit comments

Comments
 (0)