Skip to content

Commit ff41172

Browse files
authored
Changelog file deprecation (#918)
* update changelog with deprecationotice and link to releases page * update image tag in .github/workflows/security.yml from develop to master * update remaining License url in readme from develop to master
1 parent 7598366 commit ff41172

3 files changed

Lines changed: 12 additions & 29 deletions

File tree

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
env:
8484
PUBLIC_IMAGE: fairdata/fairdatapoint
85-
TAG_DEVELOP: develop
85+
IMAGE_TAG: master
8686

8787
steps:
8888

@@ -91,8 +91,8 @@ jobs:
9191

9292
- name: Docker build
9393
run: |
94-
docker pull $PUBLIC_IMAGE:$TAG_DEVELOP
95-
docker build --cache-from $PUBLIC_IMAGE:$TAG_DEVELOP -t fdp:snyk-test -f Dockerfile .
94+
docker pull $PUBLIC_IMAGE:$IMAGE_TAG
95+
docker build --cache-from $PUBLIC_IMAGE:$IMAGE_TAG -t fdp:snyk-test -f Dockerfile .
9696
9797
- name: Perform Snyk Check (Docker)
9898
uses: snyk/actions/docker@master

CHANGELOG.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
1-
# Changelog
1+
# Changelog (DEPRECATED)
22

3-
All notable changes to this project will be documented in this file.
3+
>[!IMPORTANT]
4+
>From version 1.17.3 onward, all changes are documented on the Github [releases] page, based on pull requests.
5+
>As a result, this changelog file has been deprecated and is kept only for historical reference.
46
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6-
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## 1.17.3 and later
78

8-
## [Unreleased]
9-
10-
## [1.18.1]
11-
12-
## [1.18.0]
13-
14-
## [1.17.6]
15-
16-
## [1.17.5]
17-
18-
## [1.17.4]
19-
20-
## [1.17.3]
21-
22-
From `1.17.3` upwards, changes are logged using github releases. Click the headers to see changes.
9+
See [releases] page.
2310

2411
## [1.17.2]
2512

@@ -398,9 +385,5 @@ The first release of reference FAIR Data Point implementation.
398385
[1.17.0]: /../../tree/v1.17.0
399386
[1.17.1]: /../../tree/v1.17.1
400387
[1.17.2]: /../../tree/v1.17.2
401-
[1.17.3]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.17.3
402-
[1.17.4]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.17.4
403-
[1.17.5]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.17.5
404-
[1.17.6]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.17.6
405-
[1.18.0]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.18.0
406-
[1.18.1]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases/tag/v1.18.1
388+
389+
[releases]: https://github.com/FAIRDataTeam/FAIRDataPoint/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/FAIRDataTeam/FAIRDataPoint?sort=semver)](https://github.com/FAIRDataTeam/FAIRDataPoint/releases)
44
[![Libraries.io](https://img.shields.io/librariesio/github/FAIRDataTeam/FAIRDataPoint)](https://libraries.io/github/FAIRDataTeam/FAIRDataPoint)
5-
[![License](https://img.shields.io/github/license/FAIRDataTeam/FAIRDataPoint)](https://github.com/FAIRDataTeam/FAIRDataPoint/blob/develop/LICENSE)
5+
[![License](https://img.shields.io/github/license/FAIRDataTeam/FAIRDataPoint)](https://github.com/FAIRDataTeam/FAIRDataPoint/blob/master/LICENSE)
66
[![Docker Pulls](https://img.shields.io/docker/pulls/fairdata/fairdatapoint)](https://hub.docker.com/r/fairdata/fairdatapoint)
77
[![Documentation Status](https://readthedocs.org/projects/fairdatapoint/badge/?version=latest)](https://fairdatapoint.readthedocs.io/en/latest/?badge=latest)
88
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19236251.svg)](https://doi.org/10.5281/zenodo.19236251)

0 commit comments

Comments
 (0)