![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@dcos/tslint-config
Advanced tools
Shared tslint config for DCOS projects using typescript
You should follow conventional commit formatting rules, as they provide a framework to write explicit messages that are easy to comprehend when looking through the project history and enable automatic change log generation.
These Guidelines were written based on AngularJS Git Commit Message Conventions.
<type>[optional scope]: <description>
[optional body]
[optional footer]
After your PR is merged to master
to cut a release is very simple, assuming you are on master
branch follow the steps below.
Fetch all git tags
git fetch origin --tags
Then run the command to automatically update the package.json
, changelog.md
and create a new release commit.
npm run release
Now push the latest commit and the tag created (run git tag
to see all tags).
git push origin master && git push origin TAG_VERSION
And finally publish to npm.
npm publish
0.1.1 (2018-09-11)
<a name="0.1.0"></a>
FAQs
Shared tslint config for DCOS projects using typescript
The npm package @dcos/tslint-config receives a total of 9 weekly downloads. As such, @dcos/tslint-config popularity was classified as not popular.
We found that @dcos/tslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.