Skip to content

Automate version numbering for release creation #41

@stephanebouget

Description

@stephanebouget

--------------------------------- package.json ---------------------------------
index c20b5be..e373548 100644
@@ -1,6 +1,6 @@
{
"name": "github-security-alerts",

  • "version": "1.2.1",
  • "version": "1.3.0",
    "scripts": {
    "ng": "ng",
    "start": "npm run tauri:serve",

----------------------------- src-tauri/Cargo.lock -----------------------------
index af88c74..21c47df 100644
@@ -4,7 +4,7 @@ version = 4

[[package]]
name = "GithubSecurityAlerts"
-version = "1.2.1"
+version = "1.3.0"
dependencies = [
"dirs 6.0.0",
"dotenv",

----------------------------- src-tauri/Cargo.toml -----------------------------
index 2b16292..d6e6c22 100644
@@ -1,6 +1,6 @@
[package]
name = "GithubSecurityAlerts"
-version = "1.2.1"
+version = "1.3.0"
description = "Github Security Alerts"
authors = ["you"]
license = ""

-------------------------- src-tauri/tauri.conf.json --------------------------
index 92f9b48..f855c5f 100644
@@ -1,6 +1,6 @@
{
"productName": "GitHub Security Alerts",

  • "version": "1.2.1",
  • "version": "1.3.0",
    "identifier": "com.github.security.alerts",
    "build": {
    "frontendDist": "../dist/browser",

------------ src/app/shared/components/footer/footer.component.html ------------
index cdec2bc..062147f 100644
@@ -18,6 +18,6 @@
(click)="openGitHub()"
role="button"
title="Open GitHub repository"

  • v1.2.1</span

  • v1.3.0</span

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions