Skip to content

Commit

Permalink
feat: update calver action to get releaseType as parameter [sc-50868]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandraGal committed Nov 1, 2024
1 parent 3a65ec8 commit 347b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Based on https://github.com/mydea/action-tag-date-version with added prefix and releaseType modifications
// Heavily based on https://github.com/mydea/action-tag-date-version with some changes to the date, added prefix and releaseType
const { setFailed, getInput, setOutput } = require("@actions/core");
const { context } = require("@actions/github");
const { exec } = require("@actions/exec");
Expand Down

0 comments on commit 347b18c

Please sign in to comment.