From ca13ade1c06d72c7039996dfc9fa2939f43e2b3d Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:38:45 +0100 Subject: [PATCH 1/6] README: use same list style everywhere. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5face3d..1c0ce45 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ BDII documentation is available at $ make install ``` -* Build dependencies: None -* Runtime dependencies: None +- Build dependencies: None +- Runtime dependencies: None ## Installing from packages From 90fabdb64db9626c316832fc1037647eeb787912 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:39:27 +0100 Subject: [PATCH 2/6] Allow long yaml lines --- .github/linters/.yaml-lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/linters/.yaml-lint.yml diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml new file mode 100644 index 0000000..f764383 --- /dev/null +++ b/.github/linters/.yaml-lint.yml @@ -0,0 +1,6 @@ +--- +extends: default + +rules: + line-length: + max: 120 From e4fd24af65ec01149ea8050c74cc4a715f9774c9 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:41:30 +0100 Subject: [PATCH 3/6] Run lint and check link workflows only in PRs --- .github/workflows/check-links.yml | 1 - .github/workflows/lint.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 80a2db9..868404d 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -2,7 +2,6 @@ name: Check links on: - push: pull_request: jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8196a73..7d13920 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,6 @@ name: Lint on: - push: pull_request: jobs: From 2d7e65879b77d69506d97eee9712f974b677cc1b Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:44:17 +0100 Subject: [PATCH 4/6] README: remove trailing punctuation in heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c0ce45..edf3c59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Site component for the glite-info-static framework. +# Site component for the glite-info-static framework This repository contains the site component for the [glite-info-static](https://github.com/EGI-Federation/glite-info-static) framework. From f58d98adb471e9093aef71a16a7952c401093063 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:54:35 +0100 Subject: [PATCH 5/6] spec: prepare new release --- glite-info-site.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glite-info-site.spec b/glite-info-site.spec index a2dd67b..a286c2c 100644 --- a/glite-info-site.spec +++ b/glite-info-site.spec @@ -1,6 +1,6 @@ Name: glite-info-site -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Site component for the glite-info-static framework. Group: System/Monitoring License: ASL 2.0 @@ -41,6 +41,9 @@ rm -rf %{buildroot} %license /usr/share/licenses/%{name}-%{version}/LICENSE.txt %changelog +* Thu Mar 16 2023 Baptiste Grenier - 0.4.1-1 +- Update source URL information, package additional documentation. (#2) (Baptiste Grenier) + * Wed Apr 24 2013 Maria Alandes - 0.4.0-2 - Added Source URL information From 239b8c89b4a6143e06e7c28cf3efca07cbfcce88 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Thu, 16 Mar 2023 16:54:43 +0100 Subject: [PATCH 6/6] Add new and old changelogs --- CHANGELOG | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3356c79..e1a8535 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,3 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.1] - 2023-03-16 + +### Added + +- Update source URL information, package additional documentation. (#2) (Baptiste Grenier) + +## [0.4.0] - 2010-09-06 + +### Fixed + +- Fixes for IS-143, IS-146 and IS-147 (Laurence Field) + +## [0.2.0] - 2010-04-08 + +### Changed + +- Refactored (Laurence Field) + +## [0.2.0] - 2010-02-15 + +### Added + +- First release (Laurence Field)