Skip to content

Commit

Permalink
skip: Merge pull request #17 from epam/feature/update_ci
Browse files Browse the repository at this point in the history
Feature/update ci
  • Loading branch information
anna-shcherbak authored Apr 17, 2024
2 parents 9e39c28 + beb5a73 commit 15b9d2f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 34 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
name: Changelog

# Controls when the workflow will run
on:
# Run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: 'write'

push:
tags:
- "v*.*"
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags/v')
steps:

- name: Checkout code
uses: actions/checkout@v3

uses: actions/checkout@v4
- name: Checkout action
run: git clone -b main "https://git:[email protected]/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions
env:
Expand All @@ -32,12 +28,8 @@ jobs:
includeInvalidCommits: true
excludeTypes: ""

- name: Commit CHANGELOG.md
uses: ./ecc-actions/git-auto-commit-action
- name: Release
uses: softprops/action-gh-release@v2
with:
branch: changelog
create_branch: true
commit_message: 'skip: update CHANGELOG.md for ${{ github.ref_name }}'
file_pattern: CHANGELOG.md
reverseOrder: true
excludeTypes: skip
name: Release ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}
15 changes: 0 additions & 15 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
v2.0

0 comments on commit 15b9d2f

Please sign in to comment.