Add release note assistant action #25
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
release
v2
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Reference
f3/f3-documentation#25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There will also be a need for a workflow to publish the release?
Is this repository meant to be released at all, I wonder?
- name: publishif: github.event_name == 'push'run: |set -x # secrets.TOKEN will be redactedcommit_message="$(git --no-pager show --format=format:%s -s ${{ github.event.sha }})"git clone https://code.forgejo.org/f3/html-documentation.git /tmp/docrm -fr /tmp/doc/*cp -a doc/_build/html/* /tmp/doc/cd /tmp/docgit add .git config --global user.email "contact@forgefriends.org"git config --global user.name "F3 Authors"if git commit -m "${commit_message}" ; thengit push https://anyuser:${{ secrets.TOKEN }}@code.forgejo.org/f3/html-documentation HEAD:mainelseecho no update, do nothingfi@limiting-factor wrote in #25 (comment):
Yes, I am not sure about that.