Skip to content

Commit

Permalink
Merge branch '2021-06-release' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 19, 2021
2 parents 254a6d4 + c231090 commit d47ee72
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Version bump - if Node.js project

on: [release]

jobs:
jobs:
version_bump:
name: Generate assets and bump
runs-on: ubuntu-latest
steps:
- name: Checkout repo
run: echo ${{ github.event.release.target_commitish }} ${{ github.event.release.type }} ${{ github.event.release.action }} ${{ github.event.action }}
run: echo ${{ github.event.release.target_commitish }} ? ${{ github.event.release.type }} / ${{ github.event.release.action }} ] ${{ github.event.action }}
4 changes: 2 additions & 2 deletions .github/workflows/testtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
if: github.event.pull_request.draft == false #to not run the check if the PR is a draft
name: Testing on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
node: [ '10', '14', '15' ] #for now versions must be hardcoded as aliases like lts or latest are not yet supported by setup-node action https://github.com/actions/setup-node/issues/26
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
prerelease: true
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- - "@semantic-release/github"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# test-experiment
Repo for testing different crazy things like GH actions for example

4 changes: 2 additions & 2 deletions test.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The Smartylighting Streetlights API allows you to remotely manage the city light

* [Servers](#servers)
* [Channels](#channels)

<a name="servers"></a>
create test
<a name="servers"></a>

## asdfsadfsdfsdfsdf

Expand Down

0 comments on commit d47ee72

Please sign in to comment.