Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 266 Bytes

Versioning

Easily manage versioning for your repository

Usage

- uses: TelenorNorway/action-versioning
	with:
		token: ${{ github.token }}
		repository: ${{ github.repository }}
		strategy: semver
		value: ${{ 'semver' || 'commit' || 'exact }}