Skip to content

Commit cfafaee

Browse files
committed
Comment Changelog from workflow
1 parent 721aaf0 commit cfafaee

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,21 @@ jobs:
114114
path: ${{ github.workspace }}/debians/*.deb
115115

116116
# Copy CHANGELOG for Release body
117-
- name: Copy CHANGELOG for Release body
118-
working-directory: catkin_ws
119-
run: |
120-
source /opt/ros/"$(rosversion -d)"/setup.bash
121-
cd ./src/$REPO_NAME
122-
catkin_generate_changelog -y --all --skip-contributors --skip-merges --print-root > ./changelog.rst
123-
mv ./changelog.rst $GITHUB_WORKSPACE
124-
shell: bash
117+
# - name: Copy CHANGELOG for Release body
118+
# working-directory: catkin_ws
119+
# run: |
120+
# source /opt/ros/"$(rosversion -d)"/setup.bash
121+
# cd ./src/$REPO_NAME
122+
# catkin_generate_changelog -y --all --skip-contributors --skip-merges --print-root > ./changelog.rst
123+
# mv ./changelog.rst $GITHUB_WORKSPACE
124+
# shell: bash
125125

126126
#Upload the changelog file as an artifact
127-
- uses: actions/upload-artifact@v2 #https://github.com/marketplace/actions/upload-a-build-artifact
128-
name: Upload Changelog artifact
129-
with:
130-
name: changelog
131-
path: ${{ github.workspace }}/changelog.rst ##It's uploaded as a zip file
127+
# - uses: actions/upload-artifact@v2 #https://github.com/marketplace/actions/upload-a-build-artifact
128+
# name: Upload Changelog artifact
129+
# with:
130+
# name: changelog
131+
# path: ${{ github.workspace }}/changelog.rst ##It's uploaded as a zip file
132132

133133
- uses: actions/upload-artifact@v2 #https://github.com/marketplace/actions/upload-a-build-artifact
134134
name: Upload version artifact
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
tag_name: ${{ steps.package_version.outputs.version }}
171171
release_name: Release ${{ steps.package_version.outputs.version }}
172-
body_path: ${{ github.workspace }}/changelog/changelog.rst
172+
# body_path: ${{ github.workspace }}/changelog/changelog.rst
173173
draft: false
174174
prerelease: false
175175

0 commit comments

Comments
 (0)