Skip to content

Commit 4264acf

Browse files
committed
now with a message
1 parent 2803a15 commit 4264acf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ release_github:
6464
- git remote set-url origin "https://[email protected]/ScheltemaLab/FragmentLab"
6565
- git push origin $Env:BUILD_VERSION
6666
- git push origin HEAD:master
67-
- gh release create $Env:BUILD_VERSION -t "$Env:BUILD_VERSION $Env:Message" -n "$Env:BUILD_VERSION:\n$Env:Message"
67+
- gh release create $Env:BUILD_VERSION -t "$Env:BUILD_VERSION $Env:Message" -n "$Env:BUILD_VERSION $Env:Message"
6868
- gh release upload $Env:BUILD_VERSION source/installer/bin/release/installer.msi
6969
- gh release upload $Env:BUILD_VERSION (dir source/FragmentLab/bin/anycpu/release/net48/hecklib*dll)
7070
rules:

Source/FragmentLab/FragmentLab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- Bastiaan de Graaf
3838
- Sem Tamara
3939
</Description>
40-
<Version>2.6.1.27</Version>
40+
<Version>2.6.1.28</Version>
4141
<PackageProjectUrl>https://scheltemalab.com</PackageProjectUrl>
4242
<Authors>Richard Scheltema, Andris Jankevics, Henk van der Toorn, Bastiaan de Graaf, Sem Tamara</Authors>
4343
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)