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.
@jict/changelogithub
Advanced tools
This is forked from changelogithub and modified for our use.
Generate changelog for GitHub releases from Conventional Commits, powered by changelogen.
chore!: drop node v10
In GitHub Actions:
# .github/workflows/release.yml
name: Release
permissions:
contents: write
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set node version
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npx @jict/changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
It will be trigged whenever you push a tag to GitHub that starts with v
.
You can put a configuration file in the project root, named as changelogithub.config.{json,ts,js,mjs,cjs}
, .changelogithubrc
or use the changelogithub
field in package.json
.
npx @jict/changelogithub --dry
MIT License © 2023 justInCase, Inc.
FAQs
Generate changelog for GitHub.
The npm package @jict/changelogithub receives a total of 75 weekly downloads. As such, @jict/changelogithub popularity was classified as not popular.
We found that @jict/changelogithub demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.