UNPKG

@cocreate/floating-label

Version:

A floating label design for inputs, textarea, select and any custom component. Creates beautiful form labels that float over form fields. Add class floating-label to see the magic. Easily configured using HTML5 attributes and/or JavaScript API.

30 lines 700 B
module.exports = { dryRun: false, branches: ["main"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { changelogFile: "CHANGELOG.md", }, ], "@semantic-release/npm", [ "@semantic-release/github", { successComment: false, failTitle: false, }, ], [ "@semantic-release/git", { // Only stage and commit the changelog and package.json assets: ["CHANGELOG.md", "package.json"], message: "chore(release): ${nextRelease.version} [skip ci]", }, ], ], };