release.md: Document tag process more clearly.
This commit is contained in:
		
							parent
							
								
									b5c30ae526
								
							
						
					
					
						commit
						cac3d95269
					
				|  | @ -4,8 +4,11 @@ | ||||||
| - Confirm `make test` passes | - Confirm `make test` passes | ||||||
|   - check with multiple zsh versions |   - check with multiple zsh versions | ||||||
| - Update changelog.md | - Update changelog.md | ||||||
| - Update ./.version | - Remove `-dev` suffix from `./.version`; | ||||||
| - `git tag $(<.version) && git push --tags` |   Commit that; | ||||||
| - `perl -pi -e 's/$/-dev/' ./.version` |   Tag it using `git tag $(<.version)`; | ||||||
|  |   Increment `./.version` and restore the `-dev` suffix; | ||||||
|  |   Commit that. | ||||||
|  | - Push with `git push --tags` | ||||||
| - Notify downstreams (OS packages) | - Notify downstreams (OS packages) | ||||||
|   - anitya should autodetect the tag |   - anitya should autodetect the tag | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue