From 0bb1c7033bb5b3f3424231e80b683f7e4ee2ca82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2020 13:34:49 -0400 Subject: [PATCH] ci: Release 1.0.0 (#2) Co-authored-by: Hrusikesh Panda --- .github/workflows/changelog.yml | 4 ++-- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b874e35..bb48169 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -22,9 +22,9 @@ jobs: uses: rubenfiszel/autochangelog-action@v0.13.0 with: changelog_file: "./CHANGELOG.md" - manifest_file: "./version.yml" + manifest_file: "./package.json" dry_run: false - issues_url_prefix: "https://github.com/mrchief/iglu-lint-action/issues" + issues_url_prefix: "https://github.com/mrchief/universal-changelog-action/issues" tag_prefix: "v" - name: Create Pull Request id: cpr diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..48e3c9c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 - 26-7-2020 + +## Changes + +### Features + +- Generate changelog for any versioning