Merge branch 'forgejo' into upload_with_path_structure
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled

This commit is contained in:
David Rotermund 2025-02-03 16:21:13 +00:00
commit 007d1c62bd
138 changed files with 1678 additions and 1493 deletions

View file

@ -43,6 +43,9 @@ function initTagNameEditor() {
showElem('#tag-target-selector');
tagHelper.textContent = value ? newTagHelperText : defaultTagHelperText;
}
const title_input = document.getElementById('release-title');
title_input.placeholder = value;
});
}