Conversation
* ci: align workflows with git flow (#3) * ci: align workflows with git flow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: document git flow contribution model Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: restore InditexTech SonarCloud guard Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: add original code (#2) * Add a demo video (#4) * docs: add animated GIF demo video * fix: use the public npm registry on the example project (#5) * fix: use the public npm registry * fix: configure public npm registry on the example folder * fix: re-install modules from public npm registry * fix: add missing example .npmrc * docs: add third-party notices and license bundle from ORT analysis (#6) Document third-party dependency licenses in README (Third-Party Notices), add per-license texts under THIRD-PARTY-LICENSES/ and annotate REUSE.toml. * fix: add missing package author (#7) * fix: add missing package author * docs: fix prettier linting --------- Co-authored-by: Andrea <72810518+amagan@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Set the package version to 0.0.0 in package.json and package-lock.json, and record the change in the CHANGELOG Unreleased section. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
chore: set fix version
Add GPG-signed release commits/tags via a GitHub App token, and verify active package versions in the npm registry (not just HTTP 200).
Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
chore(release): bump version to 0.0.1
keep-a-changelog-action emits a blank line between link references that prettier --check (run by prepublishOnly) rejects, breaking release publish. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
A failed release run pushed a 0.1.0 bump and marked the initial entries as released. Revert to 0.0.0 and move them back under Unreleased so the release can be retried cleanly. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
Drop npx --yes so the local prettier (installed by npm ci) is used, matching the version that prepublishOnly's prettier --check runs. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
chore: reset version to 0.0.0 after failed 0.1.0 release
Revert the premature 0.1.0 release bump: set version to 0.0.1 and move the initial entries back under Unreleased (no version section or release links) so the next release can be cut cleanly. Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
chore: set version to 0.0.1 and reset changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Briefly describe the purpose of this PR and what changes it introduces.
Checklist
git commit -S)developfor feature/fix PRs,mainfor release/hotfix PRs)mainhave arelease-type/...label or are intentionally markedskip-releaseAdditional context
Add any screenshots, test output, or notes for reviewers here.