You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new tag version and use the same version as the title.
Fill out the release details.
Click Publish release to create the release.
This will start the deploy process in CircleCI. You can view the pipelines in CircleCI.
What happens if there is an error?
If there is an error during deployment the tag will need to be deleted and re-created. Updating the tag will not work in CircleCI.
To delete the release/tag run git push --delete origin tagname locally. This will delete the release/tag. Now the same release can be re-created after the problem has been fixed.