No description
  • Dockerfile 49.9%
  • Shell 37.4%
  • Ruby 12.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
aikido-autofix[bot] e4a45c3859
fix(security): update json from 2.10.1 to 2.10.2 (#450)
Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>
2025-03-24 14:05:13 +00:00
.github chore(deps): update docker/build-push-action action to v6 (#380) 2025-03-24 07:39:38 -06:00
.gitignore Added Gemfile.lock 2022-02-25 10:56:51 -05:00
.whitesource Added .whitesource 2021-07-02 12:52:34 -04:00
action.yml Update action.yml 2022-12-30 22:31:52 -07:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2021-07-02 16:43:52 -04:00
CONTRIBUTING.md Initial commit 2021-02-20 14:50:38 -05:00
Dockerfile chore(deps): update ruby docker tag to v3.2.2 2023-03-30 14:12:55 -06:00
entrypoint.sh Update entrypoint.sh 2022-02-14 21:34:32 -05:00
Gemfile fix(security): update json from 2.10.1 to 2.10.2 (#450) 2025-03-24 14:05:13 +00:00
Gemfile.lock fix(security): update json from 2.10.1 to 2.10.2 (#450) 2025-03-24 14:05:13 +00:00
HISTORY.md Upgraded from v1.19 -> v1.20 2024-02-09 17:04:40 +00:00
LICENSE Initial commit 2021-02-20 14:50:38 -05:00
README.md Updated README.md 2023-08-24 03:52:59 +00:00

Codacy Badge CI Update release version. Public workflows that use this action.

github-changelog-generator

Generate CHANGELOG/HISTORY markdown files for your project

...
    steps:
      - uses: actions/checkout@v2
      - name: Generate CHANGELOG
        uses: tj-actions/github-changelog-generator@v1.15
        with:
          output: 'HISTORY.md'

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
output string false "CHANGELOG.md" The changelog output file
token string true "${{ github.token }}" GITHUB_TOKEN or a repo scoped
Personal Access Token

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter.

Report Bugs

Report bugs at https://github.com/tj-actions/github-changelog-generator/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.