Skip to content

Commit

Permalink
chore: add changelog and improve github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Jan 30, 2024
1 parent d055b94 commit 9340270
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
exit-code: "1"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL"
severity: "CRITICAL,HIGH"

build-and-push-image:
runs-on: ubuntu-latest
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,34 +84,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

release:
runs-on: ubuntu-latest
needs: build-and-push-image
permissions:
contents: read
packages: write
steps:
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
output-file: "false"

- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: MyReleaseMessage
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

## [v1.0.0] - 2024-01-30

### Added

- Homepage with search bar.
- OIDC integration for user authentication.
- Box with catalogue statistics to homepage.
- datasets page for searching datasets.
- basic filters on datasets: publishers, catalogues, themes and keywords.
- sorting datasets by: relevance, last created and last modified.
- about page with short details on User Portal and Genomic Data Infrastructure.
- disclaimer about Milestone 11.
- GDI Look&Feel.
- footer with GDI project details and useful links.

0 comments on commit 9340270

Please sign in to comment.