Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@ls-age/bump-version
Advanced tools
Automated npm and GitHub releases based on commit messages. Follow the Angular commit message guideline,
bump-version
does the rest!
bump-version
assues you have two release branches: master
and beta
. Each commit in these branches that is marked as a fix, feature or breaking change in it's commit message triggers a new release.
beta
trigger prereleases, changes to master
trigger regular releases.1.2.3 -> 1.2.4
), a features increments the minor (1.2.3 -> 1.3.0
) and a breaking changes change the major version component (1.2.3 -> 2.0.0
)../out/
directory by default) added.package.json
doesn't contain "private": true
.For further information take a look at the complete guideline in the angular respoitory.
fix(scope): Prevent an error
: Triggers a patch releasefeat(scope): Something new added
: Triggers a minor releasebreak(scope): Major API change
: Triggers a major releaseWith nodejs installed run npm install --save-dev @ls-age/bump-version
to add bump-version
as a dependency.
npx bump-version --gh-token <GITHUB API TOKEN>
Take a look at this respository's CircleCI configuration for a real-world usage example.
For available options run npx bump-version --help
.
FAQs
Automated npm and GitHub releases based on commit messages
The npm package @ls-age/bump-version receives a total of 12 weekly downloads. As such, @ls-age/bump-version popularity was classified as not popular.
We found that @ls-age/bump-version demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.