mirror of
https://github.com/werf/actions.git
synced 2026-02-08 12:26:27 +03:00
Validate the version input value
An arbitrary version must be within MAJOR.MINOR
This commit is contained in:
3
src/werf.ts
Normal file
3
src/werf.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const MAJOR_MINOR_GROUP = '1.1'
|
||||
export const MAJOR = 1
|
||||
export const MINOR = 1
|
||||
Reference in New Issue
Block a user