Skip to content

Commit

Permalink
Merge pull request #4 from andrewandante/feature/update_keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewandante authored Sep 3, 2020
2 parents b801e21 + 822842b commit c48ea46
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/release_machine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Create a new release on merge to master

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Bump version and push tag
id: create_tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: true
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.create_tag.outputs.new_tag }}
release_name: ${{ steps.create_tag.outputs.new_tag }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "silverstripe-vendormodule",
"description": "Adds a theme dropdown to SiteConfig.",
"homepage": "https://github.com/andrewandante/silverstripe-theme-picker",
"keywords": ["theme","silverstripe"],
"keywords": ["theme","silverstripe","picker","switch","admin"],
"license": "BSD-3-Clause",
"authors": [
{
Expand Down

0 comments on commit c48ea46

Please sign in to comment.