Skip to content

Commit

Permalink
Slight tweaks to release info
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Dec 14, 2023
1 parent 3336eec commit 6783bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
tests:
uses: ./.github/workflows/test.yml

package:
name: "Package Release"
needs: [tests]
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create GitHub nightly release
uses: ncipollo/release-action@v1
with:
name: "Mitsuba-Blender Latest Build"
name: "Nightly Release"
prerelease: true
allowUpdates: true
replacesArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion mitsuba-blender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bl_info = {
'name': 'Mitsuba-Blender',
'author': 'Baptiste Nicolet, Dorian Ros',
'author': 'Baptiste Nicolet, Dorian Ros, Rami Tabbara',
'version': (0, 1),
'blender': (2, 93, 0),
'category': 'Render',
Expand Down
2 changes: 1 addition & 1 deletion release/nightly_release_body.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This release contains the latest commited changes of the Mitsuba-Blender add-on.
* [Changelog](https://github.com/mitsuba-renderer/mitsuba-blender/commits/master)
* [Report a bug](https://github.com/mitsuba-renderer/mitsuba-blender/issues/new/choose)

> :warning: This version can be unstable, use at your own risk.
> :warning: This version is experimental and can be unstable, use at your own risk.

0 comments on commit 6783bab

Please sign in to comment.