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
I am trying to add a link to my clickup task from the changed the changelog.md file.
The commit message should look something like this:
test: dummy tests
closes #task_id_clickup
The changelog.md is including the closes part but somehow truncating the id ( only taking the first 7 characters), for instance if my clickup task ID is 123456789 , he will use in the changelog file 1234567 as id ( which is wrong).
Hi,
I am trying to add a link to my clickup task from the changed the changelog.md file.
The commit message should look something like this:
The changelog.md is including the closes part but somehow truncating the id ( only taking the first 7 characters), for instance if my clickup task ID is 123456789 , he will use in the changelog file 1234567 as id ( which is wrong).
Any idea to fix this ?
below is my .releaserc file:
The text was updated successfully, but these errors were encountered: