Skip to content

Commit

Permalink
Ajoute le fichier CHANGELOG dans la liste des fichiers non-fonctionels
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-CodeWorks committed Aug 16, 2023
1 parent 70f6689 commit 295b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/has-functional-changes.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/*"
IGNORE_DIFF_ON="README.md CHANGELOG.md CONTRIBUTING.md Makefile .gitignore .github/*"

last_tagged_commit=`git describe --tags --abbrev=0 --first-parent` # --first-parent ensures we don't follow tags not published in master through an unlikely intermediary merge commit

Expand Down

0 comments on commit 295b46b

Please sign in to comment.