An open API service indexing awesome lists of open source software.

https://github.com/ansforge/psc-toggle-ids

module de rapprochements d'identifiants de PS à partir d'une table de correspondance
https://github.com/ansforge/psc-toggle-ids

sec-psc

Last synced: about 1 month ago
JSON representation

module de rapprochements d'identifiants de PS à partir d'une table de correspondance

Awesome Lists containing this project

README

          

# PS identity toggle API

## Developement

### Distribution history

This ecosystem uses many independant components, some of which live an independant life in distinct repositories.
For each release of `psc-toggle-ids`, [the psc-compoents' distribution history](https://github.com/ansforge/psc-components/blob/main/DISTRIBUTION.md) file will need to be updated with the new version, so that we can keep track of compatible component versions, and go back to a previous working distribution if need be.

### Release procedure

Whenever a version is ready for release, run the following commands on the `main` branch (or on the maintenance branch if we're about to issue a production FIX). This should run on any shell, be it `bash`, `cmd` or if needed `gitbash`.

```bash
mvn release:prepare -DautoVersionSubmodules=true -DtagNameFormat=@{version}
git push
git push origin
```

where `` stands for the new version.

Eg to relase `0.0.2` :

```bash
mvn release:prepare -DautoVersionSubmodules=true -DtagNameFormat=@{version}
git push
git push origin 0.0.2
```