Relative Content

Tag Archive for githubautomationgithub-actions

I’m doing version automation using github actions

My main idea is that every time I make a commit it looks to see if the phrase NEW_VERSION:5.0.01 (5.0.01 is just an example in this case) exists somewhere in the commit message and replaces it with a constant with this new version.
Here is my code in .yml: