Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.3.2](https://github.com/governify/render/compare/v2.3.1...v2.3.2) (2023-11-08)



## [2.3.1](https://github.com/governify/render/compare/v2.3.0...v2.3.1) (2023-11-08)



# [2.3.0](https://github.com/governify/render/compare/v2.2.0...v2.3.0) (2023-02-12)


Expand Down
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
# Governify Render
[![Node.js CI](https://github.com/governify/render/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/render/actions)
[![Coverage Status](https://coveralls.io/repos/github/governify/render/badge.svg)](https://coveralls.io/github/governify/render)
<!-- [![Node.js CI](https://github.com/governify/render/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/render/actions)
[![Coverage Status](https://coveralls.io/repos/github/governify/render/badge.svg)](https://coveralls.io/github/governify/render) -->
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-semistandard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a>
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

## Copyright notice

**<%= pkg.name %>** is open-source software available under the GNU General Public License (GPL) version 3 (GPL v3).

All including documentation and code are copyrighted and the copyright is owned by [ISA Group](http://www.isa.us.es),
[University of Sevilla](http://www.us.es), unauthorized reproduction or distribution of this copyrighted work is illegal.
For commercial licensing terms, please [contact](./extra/contact.md) for any inquiry.
Please refer to [Governify docs](https://docs.governify.io) to get the documentation.

For technical inquiry please contact to [engineering team](./extra/about.md).
### Running the server
To run the server, run:

## Latest release
```
npm start
```

[![Build Status](https://travis-ci.org/<%= pkg.repository.github.replace(/http:\/\/github.com\//,"") %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository.github %>)

The version <%= pkg.version %> is the latest stable version of <%= pkg.name %> component.
see [release note](<%= pkg.repository.github %>/releases/tag/<%= pkg.version %>) for details.

For running:
## Copyright notice

- Download latest version from [<%= pkg.version %>](<%= pkg.repository.github %>/releases/tag/<%= pkg.version %>)
Please refer to [Governify License](https://docs.governify.io/about/license/) to get Copyright and License details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "governify-render",
"version": "2.3.0",
"version": "2.3.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down