mirror of
				https://github.com/redhat-developer/odo.git
				synced 2025-10-19 03:06:19 +03:00 
			
		
		
		
	Update changelog script (#4698)
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
This commit is contained in:
		@@ -49,6 +49,13 @@ github_changelog_generator \
 | 
			
		||||
--security-label "**Documentation & Discussions:**" \
 | 
			
		||||
--security-labels "kind/docs,kind/documentation,kind/design,kind/discussion,kind/epic"
 | 
			
		||||
 | 
			
		||||
RESULT=$?
 | 
			
		||||
 | 
			
		||||
if [ $RESULT -eq 0 ]; then
 | 
			
		||||
  echo ""
 | 
			
		||||
  echo "The changelog is located at: /tmp/changelog"
 | 
			
		||||
  echo ""
 | 
			
		||||
else
 | 
			
		||||
  echo -e "Unable to generate changelog using github_changelog_generator"
 | 
			
		||||
  exit 1
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user