Webber Takken
|
db2d8b6dbd
|
fix: make v character in version tags optional (#423)
* fix: make v character in version tags optional
* fix: cross platform regex
* fix: test regex within grep.
* fix: add semantic tags prepended with v
|
2022-08-04 02:09:32 +02:00 |
Webber Takken
|
5ae03dfef6
|
Streamline code styles (#384)
* feat: streamline code styles
* feat: spacing for comments and return statements
* chore: enforce camelcase
* fix: remove npm lock file
* fix: add integrity test
* fix: remove logfile
* chore: update node in test workflow
|
2022-04-12 00:43:41 +02:00 |
Webber Takken
|
441be81543
|
Switch to version 1 images (#374)
* feat: upgrade to images of version 1 (rolling tag)
* chore: indicate what needs to move out of the input class
|
2022-04-03 17:59:14 +02:00 |
ninetyninereds
|
7871734e90
|
added projectPath parameter to running of git (#323)
|
2022-01-24 17:09:26 +01:00 |
David Finol
|
c45cd78d0d
|
Support version tags that don't start with v for semantic versioning (#303)
* Fixes #242
* Update semver version
* Update husky
* Update husky pre-commit hook
* Update dependencies
* Update dependencies
* Remove git add since changes will be automatically added
* Restore git add
* Update dependencies
* Update test
|
2022-01-02 15:31:48 -06:00 |
Estellise Yukihime
|
c317d144c3
|
fix strategy 'Tag' versioning (#287)
* fix - remove \n in getTag method
* build ts
* recommit
|
2021-09-06 18:31:24 +02:00 |
Webber Takken
|
a5de621fe2
|
Ensure proper read permissions and cleanup build.sh (#259)
* Add linux read permissions and cleanup build.sh
* More verbose dirty branch
* Simplify added verbosity
|
2021-05-10 01:08:53 +02:00 |
Webber Takken
|
4fde4e47b6
|
Refactor action to typescript (#226)
* Refactor to typescript (config part)
* Refactor to typescript (convert extensions, minor fixes)
* Refactor to typescript (move from `action` to `dist`)
* Re-enable integrity-check for dist index.js
* Fix all tests and lints
* fix parsing major versions
* Test patch level to be digits only
* debug
* debug
* uncache
* manual compile
* debug
* debug
* Debug
* Build lib - doh
* remove diff check
* Make kubernetes workflow manual
* Properly generate 3 digit for simple major tags
* Remove ts-ignore
* re-enable cache
|
2021-03-14 00:44:01 +01:00 |