You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can be specified using environment variables
60
+
61
+
* GITLAB_API_ENDPOINT: Your gitlab instaqnce's endpoint
62
+
* Default https://gitlab.com/api/v4
63
+
* GITLAB_PERSONAL_TOKEN: Grant api read/access permission
64
+
* GITLAB_PROJECT_ID: Your project id that is located under settings > general
65
+
* TARGET_BRANCH: The branch to look for release tags (ie master)
66
+
* TARGET_TAG_REGEX: Regular expression of the release tags to search (ie: ^release-.*$)
67
+
* TZ: The timezone for your release notes
68
+
* Default "Australia/Melbourne"
69
+
* ISSUE_CLOSED_SECONDS: The amount of seconds to search after the last commit, useful for Merge Requests that close their tickets a second after the commit.
if(!_.get(latestTag,"commit.committed_date")||!_.get(secondLatestTag,"commit.committed_date"))thrownewError(`Cannot find latest and second latest tag. Abort the program!`);
0 commit comments