Skip to content

Commit

Permalink
Merge pull request #283 from vishal423/release-github-ci
Browse files Browse the repository at this point in the history
chore: Prepare next release v2.0.0
  • Loading branch information
vishal423 authored Mar 31, 2023
2 parents 0316b8c + 7129a39 commit aeba6c9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2


[*.md]
trim_trailing_whitespace = false

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish
on:
release:
types: [published]
jobs:
publish-quarkus-blueprint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout quarkus blueprint repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }
2 changes: 1 addition & 1 deletion generators/common/templates/README.md.jhi.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Refer to [Using JHipster in production][] for more details.
### Packaging as native executable
*Targeting your Operation System*
*Targeting your Operating System*
In order to build a native image locally, your need to have [GraalVM](https://www.graalvm.org/) installed and `GRAALVM_HOME` defined.
You can use the `native` profile as follow to build native executable.
<%_ if (buildTool === 'maven') { _%>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-quarkus",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "JHipster Quarkus blueprint",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit aeba6c9

Please sign in to comment.