Skip to content
/ release-fu Public

Testing scripted release with github actions

Notifications You must be signed in to change notification settings

rv1/release-fu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

release-fu

Creating new release

In local environment, checkout the main branch and execute:

./do tag patch

replace options available for tag are patch, minor or major

After the tag is created and the new commit is created, push the commit and tags to origin:

git push origin main
git push --tags

Using github actions

Access the Create Tag workflow in github actions, and run the workflow.

About

Testing scripted release with github actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages