Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release_gh_pages.yml #2684 #2970

Merged
merged 2 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 5 additions & 16 deletions .github/workflows/release_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build analysis
working-directory: ./analysis
run: |
chmod +x ./gradlew
./gradlew build
chmod +x ./gradlew
./gradlew build

- name: Build visualization
working-directory: ./visualization
Expand All @@ -45,16 +45,10 @@ jobs:
npm run package
docker build -t codecharta/codecharta-visualization .

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add Changelog Entries to Release
uses: rasmus-saks/release-a-changelog-action@v1.0.1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
github-token: '${{ secrets.GITHUB_TOKEN }}'

- name: Run building script build gh pages
run: sh ./script/build_gh_pages.sh
Expand All @@ -66,11 +60,6 @@ jobs:
with:
asset_paths: '["visualization/dist/packages/*.zip", "analysis/build/distributions/*.tar"]'

- name: Add Changelog Entries to Release
uses: rasmus-saks/release-a-changelog-action@v1.0.1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

- name: Publish visualization npm package
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)

### Fixed 🐞

- Change release action script in order to show changelog in release notes [#2970](https://github.com/MaibornWolff/codecharta/pull/2970)

## [1.103.0] - 2022-08-09

### Changed
Expand Down